forked from OSchip/llvm-project
[NFC] Add HardwareLoops lit.local.cfg file
Set Transforms/HardwareLoops/ARM/ tests as unsupported if there isn't an arm target. llvm-svn: 363157
This commit is contained in:
parent
ece316b56a
commit
52d7326f32
|
@ -0,0 +1,3 @@
|
|||
if not 'ARM' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
Loading…
Reference in New Issue