summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2015-12-02 20:46:51 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2015-12-02 20:46:51 +0000
commitc895e34e0d4affba915103780aea1b4f85fd443e (patch)
tree7db3c1cba088d752ad879cd790966811707912fb
parent769efe621ab318cb9e245c613dad5da695316557 (diff)
downloadbcm5719-llvm-c895e34e0d4affba915103780aea1b4f85fd443e.tar.gz
bcm5719-llvm-c895e34e0d4affba915103780aea1b4f85fd443e.zip
Re-enable UBSan tests for SystemZ: PR20980 was fixed.
llvm-svn: 254542
-rw-r--r--llvm/test/MC/SystemZ/lit.local.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/MC/SystemZ/lit.local.cfg b/llvm/test/MC/SystemZ/lit.local.cfg
index 78c5738c7ac..2f3cf7d3f04 100644
--- a/llvm/test/MC/SystemZ/lit.local.cfg
+++ b/llvm/test/MC/SystemZ/lit.local.cfg
@@ -1,6 +1,2 @@
if not 'SystemZ' in config.root.targets:
config.unsupported = True
-
-# http://llvm.org/bugs/show_bug.cgi?id=20980
-if 'ubsan' in config.available_features:
- config.unsupported = True
OpenPOWER on IntegriCloud