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:
9a6d88d
)
Correct test for PowerPC.
author
Nick Lewycky
<nicholas@mxc.ca>
Tue, 20 Oct 2009 04:09:50 +0000
(
04:09
+0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Tue, 20 Oct 2009 04:09:50 +0000
(
04:09
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84595
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 c1629100e0e4764dc0a65964c91ee4f239ef3e53..814aafcfb427f1b3e8b850fe14ecaaec6b4587ee 100644
(file)
--- a/
unittests/ExecutionEngine/JIT/JITTest.cpp
+++ b/
unittests/ExecutionEngine/JIT/JITTest.cpp
@@
-166,7
+166,7
@@
TEST_F(JITTest, FarCallToKnownFunction) {
EXPECT_EQ(8, TestFunctionPtr());
}
-#if !defined(__arm__) && !defined(__
POWERPC__) && !defined(__p
pc__)
+#if !defined(__arm__) && !defined(__
power
pc__)
// Test a function C which calls A and B which call each other.
TEST_F(JITTest, NonLazyCompilationStillNeedsStubs) {
TheJIT->DisableLazyCompilation();