projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab21db7
)
Fix the ModuleDeletion test on PPC and ARM.
author
Jeffrey Yasskin
<jyasskin@google.com>
Wed, 28 Oct 2009 00:28:31 +0000
(
00:28
+0000)
committer
Jeffrey Yasskin
<jyasskin@google.com>
Wed, 28 Oct 2009 00:28:31 +0000
(
00:28
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85352
91177308
-0d34-0410-b5e6-
96231b3b80d8
unittests/ExecutionEngine/JIT/JITTest.cpp
patch
|
blob
|
history
diff --git
a/unittests/ExecutionEngine/JIT/JITTest.cpp
b/unittests/ExecutionEngine/JIT/JITTest.cpp
index 2e0f9311a1f480a41915e8fb37859ae8a65b080d..e0568ad2dcd0c2fca01a270835a0aaffc410a117 100644
(file)
--- 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 "