We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1647194 commit feeedafCopy full SHA for feeedaf
libcxx/utils/libcxx/test/config.py
@@ -1145,7 +1145,7 @@ def configure_deployment(self):
1145
1146
# Throwing bad_optional_access, bad_variant_access and bad_any_cast is
1147
# supported starting in macosx10.14.
1148
- if self.get_lit_conf('use_system_cxx_lib') and name == 'macosx' and version in ('10.%s' % v for v in range(7, 14)):
+ if name == 'macosx' and version in ('10.%s' % v for v in range(7, 14)):
1149
self.config.available_features.add('dylib-has-no-bad_optional_access')
1150
self.lit_config.note("throwing bad_optional_access is not supported by the deployment target")
1151
0 commit comments