From 085ca7d3edd62725c22e0c50b2d1912c2aeb472e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 22 Apr 2003 18:03:13 +0000 Subject: [PATCH] Add information about the module source llvm-svn: 5837 --- llvm/include/llvm/Bytecode/Reader.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/include/llvm/Bytecode/Reader.h b/llvm/include/llvm/Bytecode/Reader.h index 57df2e963680..95ca971be7d9 100644 --- a/llvm/include/llvm/Bytecode/Reader.h +++ b/llvm/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