Be sure we run ARM tests only when an ARM backend is present.

llvm-svn: 190822
This commit is contained in:
Adrian Prantl 2013-09-16 23:48:45 +00:00
parent db3e26d193
commit b2b2bb7445
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
targets = set(config.root.targets_to_build.split())
if not 'ARM' in targets:
config.unsupported = True