mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
llvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not ready.
Unsupported CPU type! UNREACHABLE executed at llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:553! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167231 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a5f54f1443
commit
b6843c28ec
@ -149,8 +149,9 @@ config.substitutions.append( ('%mcjit_triple', mcjit_triple) )
|
||||
|
||||
# Provide a substition for those tests that need to run the jit to obtain data
|
||||
# but simply want use the currently considered most reliable jit for platform
|
||||
# FIXME: ppc32 is not ready for mcjit.
|
||||
if 'arm' in config.target_triple \
|
||||
or 'powerpc' in config.target_triple:
|
||||
or 'powerpc64' in config.target_triple:
|
||||
defaultIsMCJIT = 'true'
|
||||
else:
|
||||
defaultIsMCJIT = 'false'
|
||||
|
Loading…
Reference in New Issue
Block a user