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 bd3c2f25fa
commit 25a7330cc8
1 changed files with 3 additions and 0 deletions

View File

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