forked from OSchip/llvm-project
Disable the JIT until it can sorta kinda work.
llvm-svn: 17230
This commit is contained in:
parent
024627bc94
commit
ff43ef3cc5
|
@ -58,6 +58,7 @@ PowerPCTargetMachine::PowerPCTargetMachine(const std::string &name,
|
|||
{}
|
||||
|
||||
unsigned PowerPCTargetMachine::getJITMatchQuality() {
|
||||
return 0;
|
||||
#if defined(__POWERPC__) || defined (__ppc__) || defined(_POWER)
|
||||
return 10;
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue