Preserve module source information in the ModuleID

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5836 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2003-04-22 18:02:52 +00:00
parent 37f59419b8
commit 75f20532ec
6 changed files with 26 additions and 17 deletions

View File

@@ -52,7 +52,8 @@ public:
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; }