mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Re-enable remote MCJIT tests on ARMv7
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199262 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
83ece7a499
commit
b59bdadd34
@ -1,8 +1,3 @@
|
||||
if 'armv4' in config.root.target_triple or \
|
||||
'armv5' in config.root.target_triple:
|
||||
config.unsupported = True
|
||||
|
||||
# This is temporary, until Remote MCJIT works on ARM
|
||||
# See http://llvm.org/bugs/show_bug.cgi?id=18057
|
||||
if 'armv7' in config.root.target_triple:
|
||||
config.unsupported = True
|
||||
|
Loading…
Reference in New Issue
Block a user