projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75f2053
)
Add information about the module source
author
Chris Lattner
<sabre@nondot.org>
Tue, 22 Apr 2003 18:03:13 +0000
(18:03 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 22 Apr 2003 18:03:13 +0000
(18:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5837
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Bytecode/Reader.h
patch
|
blob
|
history
diff --git
a/include/llvm/Bytecode/Reader.h
b/include/llvm/Bytecode/Reader.h
index 57df2e9636802fd4fdd1326f7d5c250f6dbef71e..95ca971be7d9244b8f7f5f0f1a85f465e2bc8cef 100644
(file)
--- 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