[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:
Sam Parker 2019-06-12 12:54:19 +00:00
parent 4a629f5588
commit 7da998a80a

View File

@ -0,0 +1,3 @@
if not 'ARM' in config.root.targets:
config.unsupported = True