You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Begin installing textual .swiftinterface instead of binary .swiftmodule in toolchain builds for non-Apple platforms (#982)
This modifies the CMake rules to begin installing textual
.swiftinterface files instead of binary .swiftmodule files when
performing a toolchain build for non-Apple platforms.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
Fixes rdar://140587787
0 commit comments