Do not make the JIT memory manager manage the memory for globals. Instead
authorChris Lattner <sabre@nondot.org>
Tue, 2 May 2006 21:57:51 +0000 (21:57 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 2 May 2006 21:57:51 +0000 (21:57 +0000)
commitf5d438c1f0e0c0ed44475ab69f03d86a3c818c60
treea8021c4814c092296c84e22700f88bbf5388cd8e
parenta726c7f1fd3c3b75bbb3df8faa7676ef09cb15c8
Do not make the JIT memory manager manage the memory for globals.  Instead
just have the JIT malloc them.

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