Files
clang-p2996/llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg
Steven Wu 25a7330cc8 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
2016-05-13 20:10:51 +00:00

4 lines
72 B
INI

if not 'SystemZ' in config.root.targets:
config.unsupported = True