mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 02:34:48 +00:00
Add information about the module source
llvm-svn: 5837
This commit is contained in:
parent
3327cb03d4
commit
85d01fed47
@ -22,6 +22,7 @@ class Module;
|
||||
Module *ParseBytecodeFile(const std::string &Filename,
|
||||
std::string *ErrorStr = 0);
|
||||
Module *ParseBytecodeBuffer(const unsigned char *Buffer, unsigned BufferSize,
|
||||
const std::string &ModuleID,
|
||||
std::string *ErrorStr = 0);
|
||||
|
||||
// ReadArchiveFile - Read bytecode files from the specfied .a file, returning
|
||||
|
Loading…
x
Reference in New Issue
Block a user