forked from OSchip/llvm-project
[ARM] Also disable stable-runtime check on UBsan, to use generic one
llvm-svn: 245287
This commit is contained in:
parent
92effc4565
commit
f71aed7e24
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue