From 78c3317f0f7bbe25dca1dc5cb65f750f060b3285 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Wed, 2 Dec 2015 20:46:51 +0000 Subject: [PATCH] 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 --- test/MC/SystemZ/lit.local.cfg | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.34.1