mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
X86: move test requiring X86TargetLowering info into its own directory
If LLVM is built without X86 as a supported target then the test would mysteriously fail. llvm-svn: 201668
This commit is contained in:
parent
4152cbaed5
commit
7e8f99575c
4
test/Transforms/CodeGenPrepare/X86/lit.local.cfg
Normal file
4
test/Transforms/CodeGenPrepare/X86/lit.local.cfg
Normal file
@ -0,0 +1,4 @@
|
||||
targets = set(config.root.targets_to_build.split())
|
||||
if not 'X86' in targets:
|
||||
config.unsupported = True
|
||||
|
Loading…
Reference in New Issue
Block a user