Skip to content

Commit feeedaf

Browse files
committed
Revert "[libc++] Only add dylib-related features when using the system's libc++"
This reverts r353319, which broke our internal CI. llvm-svn: 353321
1 parent 1647194 commit feeedaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/libcxx/test/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ def configure_deployment(self):
11451145

11461146
# Throwing bad_optional_access, bad_variant_access and bad_any_cast is
11471147
# 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)):
1148+
if name == 'macosx' and version in ('10.%s' % v for v in range(7, 14)):
11491149
self.config.available_features.add('dylib-has-no-bad_optional_access')
11501150
self.lit_config.note("throwing bad_optional_access is not supported by the deployment target")
11511151

0 commit comments

Comments
 (0)