Re-enable UBSan tests for SystemZ: PR20980 was fixed.
authorAlexey Samsonov <vonosmas@gmail.com>
Wed, 2 Dec 2015 20:46:51 +0000 (20:46 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Wed, 2 Dec 2015 20:46:51 +0000 (20:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254542 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/SystemZ/lit.local.cfg

index 78c5738c7acc7b98d52eff6ed1b859690367d287..2f3cf7d3f0432b284957d97d9c63696f6a3e06c6 100644 (file)
@@ -1,6 +1,2 @@
 if not 'SystemZ' in config.root.targets:
     config.unsupported = True
 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