Skip to content

aarch64-pc-windows-msvc: Don't link libpanic_unwind to libtest. - #54529

Merged
bors merged 1 commit into
rust-lang:masterfrom
michaelwoerister:dont-unwind-test
Sep 26, 2018
Merged

aarch64-pc-windows-msvc: Don't link libpanic_unwind to libtest.#54529
bors merged 1 commit into
rust-lang:masterfrom
michaelwoerister:dont-unwind-test

Conversation

@michaelwoerister

Copy link
Copy Markdown
Member

This implements the suggestion from #54190 (comment) in order to unbreak bootstrapping for the aarch64-pc-windows-msvc target. With this applied and using MSVC 15.8.3 for linking the bootstrap actually works and I can cross-compile a hello-world program.

r? @alexcrichton

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 24, 2018
@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+ rollup

@bors

bors commented Sep 24, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit f2bf92a has been approved by alexcrichton

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 24, 2018
@michaelwoerister

Copy link
Copy Markdown
MemberAuthor

cc @froydnj: You should be able to do some testing with the PR's version of the compiler (if you don't want to wait for this landing in nightly).

emilyalbini added a commit to emilyalbini/rust that referenced this pull request Sep 25, 2018
…r=alexcrichton
aarch64-pc-windows-msvc: Don't link libpanic_unwind to libtest.
This implements the suggestion from rust-lang#54190 (comment) in order to unbreak bootstrapping for the `aarch64-pc-windows-msvc` target. With this applied and using MSVC 15.8.3 for linking the bootstrap actually works and I can cross-compile a hello-world program.
r? @alexcrichton
bors added a commit that referenced this pull request Sep 25, 2018
Rollup of 12 pull requests
Successful merges:
- #53518 (Add doc for impl From in char_convert)
- #54058 (Introduce the partition_dedup/by/by_key methods for slices)
- #54281 (Search box)
- #54368 (Reduce code block sides padding)
- #54498 (The project moved under the Mozilla umbrella)
- #54518 (resolve: Do not block derive helper resolutions on single import resolutions)
- #54522 (Fixed three small typos.)
- #54529 (aarch64-pc-windows-msvc: Don't link libpanic_unwind to libtest.)
- #54537 (Rename slice::exact_chunks() to slice::chunks_exact())
- #54539 (Fix js error)
- #54557 (incr.comp.: Don't automatically enable -Zshare-generics for incr. comp. builds.)
- #54558 (Improvements to finding LLVM's FileCheck)
Failed merges:
r? @ghost
@bors
bors merged commit f2bf92a into rust-lang:masterSep 26, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@michaelwoerister@alexcrichton@bors@rust-highfive