forked from OSchip/llvm-project
Fix the ModuleDeletion test on PPC and ARM.
llvm-svn: 85352
This commit is contained in:
parent
d04cb6d0fa
commit
7e30b39c67
|
@ -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 "
|
||||
|
|
Loading…
Reference in New Issue