mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
Disable the JIT until it can sorta kinda work.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17230 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4c871b5ceb
commit
097714b319
@ -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…
x
Reference in New Issue
Block a user