mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Re-disable MCJIT remote tests on ARM
llvm-svn: 199309
This commit is contained in:
parent
aa02be00a1
commit
5afe1db0ee
@ -1,3 +1,8 @@
|
||||
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 root.host_arch:
|
||||
config.unsupported = False
|
||||
|
Loading…
Reference in New Issue
Block a user