mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Remove the interpreter component as its not working at the moment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27021 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -250,11 +250,7 @@ sub have_native_backend {
|
|||||||
# Find a working subclass of ExecutionEngine for this platform.
|
# Find a working subclass of ExecutionEngine for this platform.
|
||||||
sub find_best_engine {
|
sub find_best_engine {
|
||||||
if (have_native_backend && $TARGET_HAS_JIT) {
|
if (have_native_backend && $TARGET_HAS_JIT) {
|
||||||
# XXX - Right now, if we omit the interpreter, we get a linker
|
return ['jit', 'native'];
|
||||||
# error complaining about
|
|
||||||
# __ZN4llvm11Interpreter6createEPNS_6ModuleEPNS_17IntrinsicLoweringE.
|
|
||||||
# This needs investigation.
|
|
||||||
return ['jit', 'native', 'interpreter'];
|
|
||||||
} else {
|
} else {
|
||||||
return ['interpreter'];
|
return ['interpreter'];
|
||||||
}
|
}
|
||||||
|
@@ -250,11 +250,7 @@ sub have_native_backend {
|
|||||||
# Find a working subclass of ExecutionEngine for this platform.
|
# Find a working subclass of ExecutionEngine for this platform.
|
||||||
sub find_best_engine {
|
sub find_best_engine {
|
||||||
if (have_native_backend && $TARGET_HAS_JIT) {
|
if (have_native_backend && $TARGET_HAS_JIT) {
|
||||||
# XXX - Right now, if we omit the interpreter, we get a linker
|
return ['jit', 'native'];
|
||||||
# error complaining about
|
|
||||||
# __ZN4llvm11Interpreter6createEPNS_6ModuleEPNS_17IntrinsicLoweringE.
|
|
||||||
# This needs investigation.
|
|
||||||
return ['jit', 'native', 'interpreter'];
|
|
||||||
} else {
|
} else {
|
||||||
return ['interpreter'];
|
return ['interpreter'];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user