mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-16 00:33:10 +00:00
Add information about the module source
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5837 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
75f20532ec
commit
bf4ff33e22
@ -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