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
4 lines
72 B
INI
4 lines
72 B
INI
if not 'SystemZ' in config.root.targets:
|
|
config.unsupported = True
|
|
|