From: Chris Lattner Date: Tue, 22 Apr 2003 18:03:13 +0000 (+0000) Subject: Add information about the module source X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bf4ff33e22ae48df8793db370efb85024443fc43;p=oota-llvm.git Add information about the module source git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5837 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Bytecode/Reader.h b/include/llvm/Bytecode/Reader.h index 57df2e96368..95ca971be7d 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