mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 13:21:04 +08:00
Changed the V1 and V2 runtimes to be able to detect when the ISA hash table has changed, and auto update as needed.
llvm-svn: 166693
This commit is contained in:
@@ -220,8 +220,6 @@ ObjectFilePECOFF::ParseHeader ()
|
||||
ParseCOFFOptionalHeader(&offset);
|
||||
ParseSectionHeaders (offset);
|
||||
}
|
||||
StreamFile s(stdout, false);// REMOVE THIS LINE!!!
|
||||
Dump(&s);// REMOVE THIS LINE!!!
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user