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.
2 parents ed5007f + b6488d3 commit d5f7f6fCopy full SHA for d5f7f6f
stdlib/public/Cxx/std/CMakeLists.txt
@@ -56,6 +56,10 @@ add_swift_target_library(swiftCxxStdlib STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_O
56
-cxx-interoperability-mode=default
57
-Xfrontend -module-interface-preserve-types-as-written
58
59
+ # This flag is unnecessary when building with newer compilers that allow
60
+ # using C++ symbols in resilient overlays (see f4204568).
61
+ -enable-experimental-feature AssumeResilientCxxTypes
62
+
63
# The varying modularization of the C++ standard library on different
64
# platforms makes it difficult to enable MemberImportVisibility for this
65
# module
0 commit comments