forked from OSchip/llvm-project
Move target tests to target subdirectories
This commit is contained in:
parent
8e36d24fca
commit
b4275bcbe4
|
@ -0,0 +1,2 @@
|
||||||
|
if not 'X86' in config.root.targets:
|
||||||
|
config.unsupported = True
|
|
@ -0,0 +1,2 @@
|
||||||
|
if not 'X86' in config.root.targets:
|
||||||
|
config.unsupported = True
|
Loading…
Reference in New Issue