1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib/ExecutionEngine
Jeffrey Yasskin 7edab17bef 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.

llvm-svn: 83678
2009-10-09 22:10:27 +00:00
..
Interpreter strength reduce a ton of type equality tests to check the typeid (Through 2009-10-05 05:54:46 +00:00
JIT Update processDebugLoc() to handle requests to process debug info, before and after emitting instructions. 2009-10-06 03:04:58 +00:00
CMakeLists.txt
ExecutionEngine.cpp ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse 2009-10-09 22:10:27 +00:00
ExecutionEngineBindings.cpp
Makefile