commit | 7e30b39c67879027aac55e9e1e142e4bf98190cc | [log] [tgz] |
---|---|---|
author | Jeffrey Yasskin <jyasskin@google.com> | Wed Oct 28 00:28:31 2009 +0000 |
committer | Jeffrey Yasskin <jyasskin@google.com> | Wed Oct 28 00:28:31 2009 +0000 |
tree | c99b6337800d9e8bc62b366c573c84f33b5f4591 | |
parent | d04cb6d0fa650bcb3dc75ec643de0c812c56eb80 [diff] [blame] |
Fix the ModuleDeletion test on PPC and ARM. llvm-svn: 85352
diff --git a/llvm/unittests/ExecutionEngine/JIT/JITTest.cpp b/llvm/unittests/ExecutionEngine/JIT/JITTest.cpp index 2e0f931..e0568ad 100644 --- a/llvm/unittests/ExecutionEngine/JIT/JITTest.cpp +++ b/llvm/unittests/ExecutionEngine/JIT/JITTest.cpp
@@ -410,6 +410,7 @@ #endif TEST_F(JITTest, ModuleDeletion) { + TheJIT->DisableLazyCompilation(false); LoadAssembly("define void @main() { " " call i32 @computeVal() " " ret void "