Fix the ModuleDeletion test on PPC and ARM.

llvm-svn: 85352
This commit is contained in:
Jeffrey Yasskin 2009-10-28 00:28:31 +00:00
parent d04cb6d0fa
commit 7e30b39c67
1 changed files with 1 additions and 0 deletions

View 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 "