]> git.proxmox.com Git - rustc.git/blobdiff - src/compiler-rt/test/ubsan/lit.common.cfg
New upstream version 1.12.0+dfsg1
[rustc.git] / src / compiler-rt / test / ubsan / lit.common.cfg
index e50862983d62c8593e477f1698b38e79ec918021..cd6d209ee4a92ec1c574c7bce4e23a2a96473b20 100644 (file)
@@ -69,11 +69,6 @@ config.suffixes = ['.c', '.cc', '.cpp']
 if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'Windows']:
   config.unsupported = True
 
-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 and config.target_arch != 'aarch64':