forked from OSchip/llvm-project
Be sure we run ARM tests only when an ARM backend is present.
llvm-svn: 190822
This commit is contained in:
parent
db3e26d193
commit
b2b2bb7445
|
@ -0,0 +1,4 @@
|
|||
targets = set(config.root.targets_to_build.split())
|
||||
if not 'ARM' in targets:
|
||||
config.unsupported = True
|
||||
|
Loading…
Reference in New Issue