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 310c9c9 commit 6e45f89Copy full SHA for 6e45f89
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