Re-enable UBSan tests for SystemZ: PR20980 was fixed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254542 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alexey Samsonov 2015-12-02 20:46:51 +00:00
parent 8855924964
commit 78c3317f0f

View File

@ -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