-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Driver: add support for baremetal targets #35970
Conversation
CC: @kubamracek |
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please clean test |
This needs a corresponding patch to the new driver. |
Build failed |
Build failed |
@swift-ci please test macOS platform |
Build failed |
@swift-ci test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
anything else on this? |
5de7379
to
2a631df
Compare
@swift-ci please test |
@swift-ci test |
1 similar comment
@swift-ci test |
This allows building the Swift standard library for targets which may not have an actual OS running. This is identified by the OS field in the target triple being set to `none`.
@swift-ci please test |
@swift-ci please test macOS platform |
SwiftDriver: add support for baremetal targets (to reflect swiftlang/swift#35970)
This allows building the Swift standard library for targets which may
not have an actual OS running. This is identified by the OS field in
the target triple being set to
none
.Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.