1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02: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:
Tim Northover 2014-02-19 12:24:19 +00:00
parent 4152cbaed5
commit 7e8f99575c
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
targets = set(config.root.targets_to_build.split())
if not 'X86' in targets:
config.unsupported = True