File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
- swift_install_in_component (toolchain-tools
2
- FILES "swift-api-checker.py"
3
- DESTINATION "bin" )
4
- swift_install_in_component (toolchain-tools
5
- DIRECTORY "sdk-module-lists"
6
- DESTINATION "bin" )
1
+ swift_install_in_component (FILES "swift-api-checker.py"
2
+ DESTINATION "bin"
3
+ COMPONENT toolchain-tools )
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 )
Original file line number Diff line number Diff line change
1
+ This directory contains framework-specific ABI descriptors generated by
2
+ swift-api-digester as the baselines for diagnosing module ABI breakages.
You can’t perform that action at this time.
0 commit comments