mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-12 19:18:48 +00:00
Undisable ppc64 jit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29011 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
939ea65b5a
commit
90ac1c0775
@ -46,7 +46,7 @@ unsigned PPC32TargetMachine::getJITMatchQuality() {
|
|||||||
unsigned PPC64TargetMachine::getJITMatchQuality() {
|
unsigned PPC64TargetMachine::getJITMatchQuality() {
|
||||||
#if defined(__POWERPC__) || defined (__ppc__) || defined(_POWER)
|
#if defined(__POWERPC__) || defined (__ppc__) || defined(_POWER)
|
||||||
if (sizeof(void*) == 8)
|
if (sizeof(void*) == 8)
|
||||||
return 10 * 0/*FIXME: not PPC64-JIT support yet! */;
|
return 10;
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user