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:
Steven Wu 2016-05-13 20:10:51 +00:00
parent f80d958e78
commit 36eb79de5d

View File

@ -0,0 +1,3 @@
if not 'SystemZ' in config.root.targets:
config.unsupported = True