mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Change the #ifdefs to allow compilation with a V8 compiler, but the JIT still
won't work if not compiled in V9 mode, currently by GCC only, because Sun's system compiler does not tell us if it's a V8 or V9 system. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16602 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -65,7 +65,7 @@ namespace {
|
||||
}
|
||||
|
||||
unsigned SparcV9TargetMachine::getJITMatchQuality() {
|
||||
#if defined(sparc) || defined(__sparc__) || defined(__sparcv9)
|
||||
#if defined(__sparcv9)
|
||||
return 10;
|
||||
#else
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user