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
|
#endif
|
||||||
|
|
||||||
TEST_F(JITTest, ModuleDeletion) {
|
TEST_F(JITTest, ModuleDeletion) {
|
||||||
|
TheJIT->DisableLazyCompilation(false);
|
||||||
LoadAssembly("define void @main() { "
|
LoadAssembly("define void @main() { "
|
||||||
" call i32 @computeVal() "
|
" call i32 @computeVal() "
|
||||||
" ret void "
|
" ret void "
|
||||||
|
|
Loading…
Reference in New Issue