llvm-6502/lib/ExecutionEngine
Nick Lewycky 2c44a80d99 llvm.global_[cd]tor is defined to be either external, or appending with an array
of { i32, void ()* }. Teach the verifier to verify that, deleting copies of
checks strewn about.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129128 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-08 07:30:21 +00:00
..
Interpreter
JIT Trailing whitespace. 2011-03-22 15:21:58 +00:00
MCJIT RuntimeDyld should use the memory manager API. 2011-04-06 01:11:05 +00:00
RuntimeDyld tidy up. 2011-04-06 22:13:52 +00:00
CMakeLists.txt Build the new RuntimeDyld library. 2011-03-21 23:07:53 +00:00
ExecutionEngine.cpp llvm.global_[cd]tor is defined to be either external, or appending with an array 2011-04-08 07:30:21 +00:00
ExecutionEngineBindings.cpp
Makefile Library-ize the dyld components of llvm-rtdyld. 2011-03-21 22:15:52 +00:00