[NFC] Create X86 subdirectory for indvar tests

Many IndVarSiimplify tests target an x86 triple, so move them into
a target specific folder.
This commit is contained in:
Sam Parker 2020-03-26 12:20:39 +00:00
parent e021b93f38
commit 33ab418b5a
34 changed files with 2 additions and 0 deletions

View File

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