Change isGVCompilationDisabled() semantics again. It should abort on any GV that...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 16 Jan 2009 19:14:49 +0000 (19:14 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 16 Jan 2009 19:14:49 +0000 (19:14 +0000)
commit4d544a2c807756af6bffc71f1967f22e8045d02e
treed3edf071458fab1e7a48307461622f8b83ffddae
parent75a46eb80005eeacf274c65e07a9fd295d55c6a2
Change isGVCompilationDisabled() semantics again. It should abort on any GV that's not constant whether it's "internal" or not. In a server / client environment, GV is returned in the same block of memory as code. However, the memory might not be writable.

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