diff options
| author | Steven Wu <stevenwu@apple.com> | 2016-05-13 20:10:51 +0000 |
|---|---|---|
| committer | Steven Wu <stevenwu@apple.com> | 2016-05-13 20:10:51 +0000 |
| commit | 25a7330cc8fad30267a1a17b5aa4846a6d71f6ca (patch) | |
| tree | 9742c980f3c2d5ae437c18ccd11cc0dd746f7355 /llvm/test | |
| parent | bd3c2f25fa0e24184df256623815f292b3f62ddf (diff) | |
| download | bcm5719-llvm-25a7330cc8fad30267a1a17b5aa4846a6d71f6ca.tar.gz bcm5719-llvm-25a7330cc8fad30267a1a17b5aa4846a6d71f6ca.zip | |
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
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg b/llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg new file mode 100644 index 00000000000..5c02dd3614a --- /dev/null +++ b/llvm/test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg @@ -0,0 +1,3 @@ +if not 'SystemZ' in config.root.targets: + config.unsupported = True + |

