[ARM] Also disable stable-runtime check on UBsan, to use generic one

llvm-svn: 245287
This commit is contained in:
Renato Golin 2015-08-18 10:33:15 +00:00
parent 92effc4565
commit f71aed7e24
1 changed files with 0 additions and 5 deletions

View File

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