llvm-6502/unittests/ExecutionEngine
Jeffrey Yasskin c89d27a440 ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse
mappings, which could cause errors and assert-failures.  This patch fixes that,
adds a test, and refactors the global-mapping-removal code into a single place.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83678 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-09 22:10:27 +00:00
..
JIT Fix illegal cross-type aliasing. Found by baldrick on a newer gcc. 2009-10-06 19:06:16 +00:00
ExecutionEngineTest.cpp ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse 2009-10-09 22:10:27 +00:00
Makefile Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old 2009-08-04 23:53:16 +00:00