-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Build] Pass the toolchain version through to Swift's compilation #82071
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
[Build] Pass the toolchain version through to Swift's compilation #82071
Conversation
@swift-ci please smoke test |
@swift-ci please build toolchain |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable enough to me.
2261761
to
ebcb2e5
Compare
@swift-ci please smoke test |
@swift-ci please build toolchain |
Passes the value of the environment variable `TOOLCHAIN_VERSION` through to Swift's `SWIFT_TOOLCHAIN_VERSION` for use in eg. `-print-target-info` (and some day, `--version`).
ebcb2e5
to
3982ebb
Compare
@swift-ci please smoke test |
@swift-ci please build toolchain |
@swift-ci please smoke test Linux platform |
@swift-ci please build toolchain Windows platform |
|
Passes the value of the environment variable
TOOLCHAIN_VERSION
through to Swift'sSWIFT_TOOLCHAIN_VERSION
for use in eg.-print-target-info
(and some day,--version
).