one cannot allocate a global, until one is done initializing the global pointers
authorAndrew Lenharth <andrewl@lenharth.org>
Mon, 1 Aug 2005 17:35:40 +0000 (17:35 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Mon, 1 Aug 2005 17:35:40 +0000 (17:35 +0000)
commit2b3b89c28e90ba9637614a398dc0eb743370a1c9
treed48d31164412f9f82d508e1aa97d3da8494d5275
parent88aad145a59726f4fb5f646f24cc1eb1b1f97071
one cannot allocate a global, until one is done initializing the global pointers

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