diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2015-12-02 20:46:51 +0000 |
---|---|---|
committer | Alexey Samsonov <vonosmas@gmail.com> | 2015-12-02 20:46:51 +0000 |
commit | c895e34e0d4affba915103780aea1b4f85fd443e (patch) | |
tree | 7db3c1cba088d752ad879cd790966811707912fb | |
parent | 769efe621ab318cb9e245c613dad5da695316557 (diff) | |
download | bcm5719-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.cfg | 4 |
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 |