mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +00:00
Disable remote MCJIT on pre-v6 ARM
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182235 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a4de3f2c85
commit
3a408fa878
11
test/ExecutionEngine/MCJIT/remote/lit.local.cfg
Normal file
11
test/ExecutionEngine/MCJIT/remote/lit.local.cfg
Normal file
@ -0,0 +1,11 @@
|
||||
config.suffixes = ['.ll', '.c', '.cpp']
|
||||
|
||||
def getRoot(config):
|
||||
if not config.parent:
|
||||
return config
|
||||
return getRoot(config.parent)
|
||||
|
||||
root = getRoot(config)
|
||||
|
||||
if 'armv4' in root.target_triple or 'armv5' in root.target_triple:
|
||||
config.unsupported = True
|
Loading…
x
Reference in New Issue
Block a user