commit | 75f20532ec768308767328a1234cbea38d115e6a | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Apr 22 18:02:52 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Apr 22 18:02:52 2003 +0000 |
tree | 641aae08d612db6f1d92fd7d32421474b41affab | |
parent | 37f59419b8680fd1814e71387c8354ad64bd670b [diff] [blame] |
Preserve module source information in the ModuleID git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5836 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Bytecode/Reader/ReaderInternals.h b/lib/Bytecode/Reader/ReaderInternals.h index dd2a08f..a8528e4 100644 --- a/lib/Bytecode/Reader/ReaderInternals.h +++ b/lib/Bytecode/Reader/ReaderInternals.h
@@ -52,7 +52,8 @@ freeTable(ModuleValues); } - Module *ParseBytecode(const uchar *Buf, const uchar *EndBuf); + Module *ParseBytecode(const uchar *Buf, const uchar *EndBuf, + const std::string &ModuleID); std::string getError() const { return Error; }