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.
AssumeResilientCxxTypes
1 parent bcaf4a2 commit 48cc19aCopy full SHA for 48cc19a
stdlib/public/Cxx/std/CMakeLists.txt
@@ -51,6 +51,10 @@ add_swift_target_library(swiftCxxStdlib STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_O
51
-cxx-interoperability-mode=default
52
-Xfrontend -module-interface-preserve-types-as-written
53
54
+ # This flag is unnecessary when building with newer compilers that allow
55
+ # using C++ symbols in resilient overlays (see f4204568).
56
+ -enable-experimental-feature AssumeResilientCxxTypes
57
+
58
SWIFT_COMPILE_FLAGS_LINUX
59
${SWIFT_SDK_LINUX_CXX_OVERLAY_SWIFT_COMPILE_FLAGS}
60
0 commit comments