From: Jeffrey Yasskin Date: Wed, 28 Oct 2009 00:28:31 +0000 (+0000) Subject: Fix the ModuleDeletion test on PPC and ARM. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b235224ee71d4701e7b578338486f0616c0c7e24;p=oota-llvm.git 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 2e0f9311a1f..e0568ad2dcd 100644 --- a/unittests/ExecutionEngine/JIT/JITTest.cpp +++ b/unittests/ExecutionEngine/JIT/JITTest.cpp @@ -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 "