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

View File

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