mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 18:33:22 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201668 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a5d63e5a30
commit
1f55e40aa5
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…
x
Reference in New Issue
Block a user