llvm-6502/lib/ExecutionEngine
Jim Grosbach 757a142ea8 MCJIT section loading should just skip non-text sections rather than
erroring out completely. Some modules produce sections that aren't referenced,
so it's friendlier to clients like LLDB to just skip them, at least for now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131243 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-12 21:21:16 +00:00
..
Interpreter Fix libffi usage when it is on a custom path. 2011-01-28 16:49:05 +00:00
JIT Revert ExecutionEngine patches, they either failed to build or broke unit tests. 2011-05-07 03:12:54 +00:00
MCJIT The MCJIT memory manager needs to initialize its Module member. 2011-05-12 18:21:23 +00:00
RuntimeDyld MCJIT section loading should just skip non-text sections rather than 2011-05-12 21:21:16 +00:00
CMakeLists.txt Revert ExecutionEngine patches, they either failed to build or broke unit tests. 2011-05-07 03:12:54 +00:00
ExecutionEngine.cpp Revert ExecutionEngine patches, they either failed to build or broke unit tests. 2011-05-07 03:12:54 +00:00
ExecutionEngineBindings.cpp
Makefile Library-ize the dyld components of llvm-rtdyld. 2011-03-21 22:15:52 +00:00