-
Notifications
You must be signed in to change notification settings - Fork 10.5k
utils: enable early swift driver on Windows #76574
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
base: main
Are you sure you want to change the base?
Conversation
@swift-ci please test Windows platform |
4f3524d
to
c44c098
Compare
@swift-ci please test Windows platform |
0083a3c
to
808146f
Compare
@swift-ci please test Windows platform |
808146f
to
e5800fe
Compare
@swift-ci please test Windows platform |
54f6c65
to
f629b58
Compare
@swift-ci please test Windows platform |
1 similar comment
@swift-ci please test Windows platform |
f629b58
to
503a318
Compare
@swift-ci please test Windows platform |
503a318
to
b7acbfb
Compare
@swift-ci please test Windows platform |
b7acbfb
to
13ca693
Compare
@swift-ci please test Windows platform |
1 similar comment
@swift-ci please test Windows platform |
13ca693
to
c3001fe
Compare
@swift-ci please test Windows platform |
1 similar comment
@swift-ci please test Windows platform |
c3001fe
to
9105f06
Compare
@swift-ci please test Windows platform |
9105f06
to
a27b1e9
Compare
@swift-ci please test Windows platform |
1 similar comment
@swift-ci please test Windows platform |
a27b1e9
to
8fd43fb
Compare
@swift-ci please test Windows platform |
7c16370
to
cce5f2b
Compare
88ce2e3
to
dbf3778
Compare
@swift-ci please test Windows platform |
The early swift-driver on Windows requires statically linking to the runtime. Update to a snapshot that is new enough to contain the static runtime with the appropriate fixes to enable building the early swift-driver.
This prepares the swift-driver building on Windows. By statically linking the runtime and its dependencies, this will allow us to avoid the runtime shuffling that is required to get the runtime required to get the swift-driver working.
Enable the use of the early swift-driver to build the Swift toolchain. This is the first step towards removing the accumulated debt and workarounds when building the toolchain on Windows.
dbf3778
to
10cb596
Compare
Please run with following PRs: @swift-ci please test Windows platform |
Please test with following PRs: swiftlang/swift-driver#1957 @swift-ci please test Windows platform |
1 similar comment
Please test with following PRs: swiftlang/swift-driver#1957 @swift-ci please test Windows platform |
swiftlang/swift-driver#1957 @swift-ci please test Windows platform |
No description provided.