mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-06 11:29:27 +00:00
Disable test from r269436 on unsupported platforms
Fixing bots failure. test/ExecutionEngine/RuntimeDyld/SystemZ/cfi-relo-pc64.s requires SystemZ backend. Mark the test as unsupported if the backend is not available. llvm-svn: 269470
This commit is contained in:
parent
f80d958e78
commit
36eb79de5d
3
test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg
Normal file
3
test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg
Normal file
@ -0,0 +1,3 @@
|
||||
if not 'SystemZ' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user