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 13bebd2 + 834ade5 commit 87781adCopy full SHA for 87781ad
stdlib/cmake/modules/SwiftSource.cmake
@@ -583,6 +583,11 @@ function(_compile_swift_files
583
list(APPEND swift_flags "-swift-version" "5")
584
endif()
585
586
+ # Avoiding emiting ABI descriptor files while building stdlib.
587
+ if (SWIFTFILE_IS_STDLIB)
588
+ list(APPEND swift_flags "-Xfrontend" "-empty-abi-descriptor")
589
+ endif()
590
+
591
if(SWIFTFILE_IS_SDK_OVERLAY)
592
list(APPEND swift_flags "-autolink-force-load")
593
0 commit comments