mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 14:16:12 +00:00
PowerPC ifdef'ing considered more complicated than one might like.
llvm-svn: 84603
This commit is contained in:
parent
87b361d3d6
commit
0d83671555
@ -166,7 +166,7 @@ TEST_F(JITTest, FarCallToKnownFunction) {
|
||||
EXPECT_EQ(8, TestFunctionPtr());
|
||||
}
|
||||
|
||||
#if !defined(__arm__) && !defined(__powerpc__)
|
||||
#if !defined(__arm__) && !defined(__powerpc__) && !defined(__ppc__)
|
||||
// Test a function C which calls A and B which call each other.
|
||||
TEST_F(JITTest, NonLazyCompilationStillNeedsStubs) {
|
||||
TheJIT->DisableLazyCompilation();
|
||||
|
Loading…
x
Reference in New Issue
Block a user