mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +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:
parent
e78cce4976
commit
3928ad122d
3
test/Transforms/ArgumentPromotion/X86/lit.local.cfg
Normal file
3
test/Transforms/ArgumentPromotion/X86/lit.local.cfg
Normal file
@ -0,0 +1,3 @@
|
||||
if not 'X86' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user