From: Alexey Samsonov Date: Wed, 2 Dec 2015 20:46:51 +0000 (+0000) Subject: Re-enable UBSan tests for SystemZ: PR20980 was fixed. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=78c3317f0f7bbe25dca1dc5cb65f750f060b3285;p=oota-llvm.git 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 --- diff --git a/test/MC/SystemZ/lit.local.cfg b/test/MC/SystemZ/lit.local.cfg index 78c5738c7ac..2f3cf7d3f04 100644 --- a/test/MC/SystemZ/lit.local.cfg +++ b/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