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:
Greg Clayton
2012-10-25 16:54:22 +00:00
parent 691a16b444
commit 89870cebcb
8 changed files with 484 additions and 278 deletions

View File

@@ -220,8 +220,6 @@ ObjectFilePECOFF::ParseHeader ()
ParseCOFFOptionalHeader(&offset);
ParseSectionHeaders (offset);
}
StreamFile s(stdout, false);// REMOVE THIS LINE!!!
Dump(&s);// REMOVE THIS LINE!!!
return true;
}
}