1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/lib/ExecutionEngine
Nick Lewycky a44b8327fb Fix compile error as debug interface changed.
By the way, this code is buggy. You can't keep a map<MDNode *, something>
because the MDNode may be destroyed and reused for something else.

llvm-svn: 83141
2009-09-30 04:50:26 +00:00
..
Interpreter Stop using alloca. 2009-09-18 16:46:16 +00:00
JIT Fix compile error as debug interface changed. 2009-09-30 04:50:26 +00:00
CMakeLists.txt
ExecutionEngine.cpp errorstr can be null, don't unconditionally set it. Only report that 2009-09-23 02:03:49 +00:00
ExecutionEngineBindings.cpp
Makefile