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:
parent
dfcc535bbe
commit
e3d7c43704
4
test/DebugInfo/ARM/lit.local.cfg
Normal file
4
test/DebugInfo/ARM/lit.local.cfg
Normal file
@ -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
Block a user