forked from OSchip/llvm-project
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
bd3c2f25fa
commit
25a7330cc8
|
@ -0,0 +1,3 @@
|
|||
if not 'SystemZ' in config.root.targets:
|
||||
config.unsupported = True
|
||||
|
Loading…
Reference in New Issue