Revert "[ThinLTO] Use MD5 hash in function index." due to bot failure
This reverts commit r260408. Bot failure that I need to investigate. llvm-svn: 260412
This commit is contained in:
@@ -47,7 +47,7 @@ template class llvm::SymbolTableListTraits<GlobalAlias>;
|
||||
//
|
||||
|
||||
Module::Module(StringRef MID, LLVMContext &C)
|
||||
: Context(C), Materializer(), ModuleID(MID), SourceFileName(MID), DL("") {
|
||||
: Context(C), Materializer(), ModuleID(MID), DL("") {
|
||||
ValSymTab = new ValueSymbolTable();
|
||||
NamedMDSymTab = new StringMap<NamedMDNode *>();
|
||||
Context.addModule(this);
|
||||
|
||||
Reference in New Issue
Block a user