[compiler-rt] r245287 - [ARM] Also disable stable-runtime check on UBsan, to use generic one
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 03:33:16 PDT 2015
Author: rengolin
Date: Tue Aug 18 05:33:15 2015
New Revision: 245287
URL: http://llvm.org/viewvc/llvm-project?rev=245287&view=rev
Log:
[ARM] Also disable stable-runtime check on UBsan, to use generic one
Modified:
compiler-rt/trunk/test/ubsan/lit.common.cfg
Modified: compiler-rt/trunk/test/ubsan/lit.common.cfg
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/ubsan/lit.common.cfg?rev=245287&r1=245286&r2=245287&view=diff
==============================================================================
--- compiler-rt/trunk/test/ubsan/lit.common.cfg (original)
+++ compiler-rt/trunk/test/ubsan/lit.common.cfg Tue Aug 18 05:33:15 2015
@@ -64,8 +64,3 @@ if config.host_os == 'Windows':
# We do not currently support enough of the Microsoft ABI for UBSan to work on
# Windows.
config.available_features.remove('cxxabi')
-
-# Allow tests to use REQUIRES=stable-runtime. For use when you cannot use XFAIL
-# because the test hangs or fails on one configuration and not the other.
-if config.target_arch.startswith('arm') == False:
- config.available_features.add('stable-runtime')
More information about the llvm-commits
mailing list