Fix the ModuleDeletion test on PPC and ARM.
authorJeffrey Yasskin <jyasskin@google.com>
Wed, 28 Oct 2009 00:28:31 +0000 (00:28 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Wed, 28 Oct 2009 00:28:31 +0000 (00:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85352 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/ExecutionEngine/JIT/JITTest.cpp

index 2e0f9311a1f480a41915e8fb37859ae8a65b080d..e0568ad2dcd0c2fca01a270835a0aaffc410a117 100644 (file)
@@ -410,6 +410,7 @@ TEST_F(JITTest, NonLazyLeaksNoStubs) {
 #endif
 
 TEST_F(JITTest, ModuleDeletion) {
+  TheJIT->DisableLazyCompilation(false);
   LoadAssembly("define void @main() { "
                "  call i32 @computeVal() "
                "  ret void "