[llvm] r254542 - Re-enable UBSan tests for SystemZ: PR20980 was fixed.
Alexey Samsonov via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 2 12:46:52 PST 2015
Author: samsonov
Date: Wed Dec 2 14:46:51 2015
New Revision: 254542
URL: http://llvm.org/viewvc/llvm-project?rev=254542&view=rev
Log:
Re-enable UBSan tests for SystemZ: PR20980 was fixed.
Modified:
llvm/trunk/test/MC/SystemZ/lit.local.cfg
Modified: llvm/trunk/test/MC/SystemZ/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/SystemZ/lit.local.cfg?rev=254542&r1=254541&r2=254542&view=diff
==============================================================================
--- llvm/trunk/test/MC/SystemZ/lit.local.cfg (original)
+++ llvm/trunk/test/MC/SystemZ/lit.local.cfg Wed Dec 2 14:46:51 2015
@@ -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
More information about the llvm-commits
mailing list