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 6b0070c + 6e45f89 commit dda0167Copy full SHA for dda0167
utils/api_checker/CMakeLists.txt
@@ -4,3 +4,6 @@ swift_install_in_component(FILES "swift-api-checker.py"
4
swift_install_in_component(DIRECTORY "sdk-module-lists"
5
DESTINATION "bin"
6
COMPONENT toolchain-tools)
7
+swift_install_in_component(DIRECTORY "FrameworkABIBaseline"
8
+ DESTINATION "lib/swift"
9
+ COMPONENT toolchain-tools)
utils/api_checker/FrameworkABIBaseline/README
@@ -0,0 +1,2 @@
1
+This directory contains framework-specific ABI descriptors generated by
2
+swift-api-digester as the baselines for diagnosing module ABI breakages.
0 commit comments