mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-30 23:21:04 +00:00
[NFC] Add HardwareLoops lit.local.cfg file
Set Transforms/HardwareLoops/ARM/ tests as unsupported if there isn't an arm target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363157 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4a629f5588
commit
7da998a80a
3
test/Transforms/HardwareLoops/ARM/lit.local.cfg
Normal file
3
test/Transforms/HardwareLoops/ARM/lit.local.cfg
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
if not 'ARM' in config.root.targets:
|
||||||
|
config.unsupported = True
|
||||||
|
|
Loading…
Reference in New Issue
Block a user