1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

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 dfcc535bbe
commit e3d7c43704

View File

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