[llvm-commits] [llvm] r85352 - /llvm/trunk/unittests/ExecutionEngine/JIT/JITTest.cpp

Jeffrey Yasskin jyasskin at google.com
Tue Oct 27 17:28:31 PDT 2009


Author: jyasskin
Date: Tue Oct 27 19:28:31 2009
New Revision: 85352

URL: http://llvm.org/viewvc/llvm-project?rev=85352&view=rev
Log:
Fix the ModuleDeletion test on PPC and ARM.

Modified:
    llvm/trunk/unittests/ExecutionEngine/JIT/JITTest.cpp

Modified: llvm/trunk/unittests/ExecutionEngine/JIT/JITTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/ExecutionEngine/JIT/JITTest.cpp?rev=85352&r1=85351&r2=85352&view=diff

==============================================================================
--- llvm/trunk/unittests/ExecutionEngine/JIT/JITTest.cpp (original)
+++ llvm/trunk/unittests/ExecutionEngine/JIT/JITTest.cpp Tue Oct 27 19:28:31 2009
@@ -410,6 +410,7 @@
 #endif
 
 TEST_F(JITTest, ModuleDeletion) {
+  TheJIT->DisableLazyCompilation(false);
   LoadAssembly("define void @main() { "
                "  call i32 @computeVal() "
                "  ret void "





More information about the llvm-commits mailing list