commit | 523521538fe159fd1bc104a6dddf66432d8c4ef1 | [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 | 04e6d458be8397f1051838f3a2cab5acd2951710 | |
parent | 4c3800f0172e2fdc0b3b2e78dbaf89b150f4e04f [diff] [blame] |
Fix the ModuleDeletion test on PPC and ARM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85352 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/unittests/ExecutionEngine/JIT/JITTest.cpp b/unittests/ExecutionEngine/JIT/JITTest.cpp index 2e0f931..e0568ad 100644 --- a/unittests/ExecutionEngine/JIT/JITTest.cpp +++ b/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 "