summaryrefslogtreecommitdiff
path: root/tools/lli
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2009-07-23 21:46:56 +0000
committerReid Kleckner <reid@kleckner.net>2009-07-23 21:46:56 +0000
commit10b4fc552f984dc978298d50c09c97c0764962fc (patch)
tree7176fba11d96f36811cc11aa39ce5bb23d217805 /tools/lli
parent50340f666b5b1fceb2c781464779b4a0f583db9a (diff)
downloadllvm-10b4fc552f984dc978298d50c09c97c0764962fc.tar.gz
llvm-10b4fc552f984dc978298d50c09c97c0764962fc.tar.bz2
llvm-10b4fc552f984dc978298d50c09c97c0764962fc.tar.xz
Re-committing r76828 with the JIT memory manager changes now that the build
bots like the BumpPtrAllocator changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76902 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli')
-rw-r--r--tools/lli/lli.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp
index 0337703ecf..f9d86d75b1 100644
--- a/tools/lli/lli.cpp
+++ b/tools/lli/lli.cpp
@@ -136,9 +136,6 @@ int main(int argc, char **argv, char * const *envp) {
builder.setEngineKind(ForceInterpreter
? EngineKind::Interpreter
: EngineKind::JIT);
- // FIXME: Don't allocate GVs with code once the JIT because smarter about
- // memory management.
- builder.setAllocateGVsWithCode(true);
// If we are supposed to override the target triple, do so now.
if (!TargetTriple.empty())