1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

[ArgumentPromotion] Add a lit.local.cfg to disable X86 specific tests if the X86 target doesn't exist.

Hopefully this fixes some buildbot failure after r354376

llvm-svn: 354388
This commit is contained in:
Craig Topper 2019-02-19 21:58:23 +00:00
parent e78cce4976
commit 3928ad122d

View File

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