forked from OSchip/llvm-project
parent
b672b5607f
commit
085ca7d3ed
|
@ -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…
Reference in New Issue