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 0185780 commit f7f7baaCopy full SHA for f7f7baa
stdlib/cmake/modules/SwiftSource.cmake
@@ -476,6 +476,7 @@ function(_compile_swift_files
476
# The standard library and overlays are built resiliently when SWIFT_STDLIB_STABLE_ABI=On.
477
if(SWIFTFILE_IS_STDLIB AND SWIFT_STDLIB_STABLE_ABI)
478
list(APPEND swift_flags "-enable-library-evolution")
479
+ list(APPEND swift_flags "-Xfrontend" "-library-level" "-Xfrontend" "api")
480
endif()
481
482
if(SWIFT_STDLIB_SINGLE_THREADED_RUNTIME)
0 commit comments