aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode/Reader.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-04-22 18:03:13 +0000
committerChris Lattner <sabre@nondot.org>2003-04-22 18:03:13 +0000
commitbf4ff33e22ae48df8793db370efb85024443fc43 (patch)
tree3f9c10c73f6210107cffb8ec79e2e4c2cc7b5e16 /include/llvm/Bytecode/Reader.h
parent75f20532ec768308767328a1234cbea38d115e6a (diff)
Add information about the module source
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5837 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Bytecode/Reader.h')
-rw-r--r--include/llvm/Bytecode/Reader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Bytecode/Reader.h b/include/llvm/Bytecode/Reader.h
index 57df2e9636..95ca971be7 100644
--- a/include/llvm/Bytecode/Reader.h
+++ b/include/llvm/Bytecode/Reader.h
@@ -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