[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 ece316b56a
commit 52d7326f32
1 changed files with 3 additions and 0 deletions

View File

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