Add DisableGVCompilation which forces the JIT to assert when it tries to allocate...
authorEvan Cheng <evan.cheng@apple.com>
Wed, 24 Sep 2008 16:25:55 +0000 (16:25 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 24 Sep 2008 16:25:55 +0000 (16:25 +0000)
commit446531e7bb4355117b070493ca8e81e4b123ef18
tree76a5172fb16d6058cc8a26df2d7c569cd3f92591
parentf3cbca279db891403659208a99f8e1cceb8c9ea6
Add DisableGVCompilation which forces the JIT to assert when it tries to allocate space for a GlobalVariable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56557 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/ExecutionEngine.h
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/JIT/JIT.cpp