-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Make panic unwind the default for aarch64-*-windows-msvc targets #70704
Make panic unwind the default for aarch64-*-windows-msvc targets #70704
Conversation
|
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.
Looks good to me, thanks!
I'm gonna hold off on r+ though until #70582 goes through (a parallel submodule update)
☔ The latest upstream changes (presumably #70582) made this pull request unmergeable. Please resolve the merge conflicts. |
5ae740c
to
7941817
Compare
Looks like #70582 is in now. I have merged this up. |
@bors: r+ |
📌 Commit 7941817 has been approved by |
⌛ Testing commit 7941817 with merge d7423fd15eb7ed09bc42e494a72db1c6a59e80de... |
@bors retry yielding |
Rollup of 5 pull requests Successful merges: - rust-lang#70519 (Tweak output of type params and constraints in the wrong order) - rust-lang#70704 (Make panic unwind the default for aarch64-*-windows-msvc targets) - rust-lang#70713 (Prefer sysroot from rustc in same directory as rust-gdb) - rust-lang#70739 (def_collector, visit_fn: account for no body) - rust-lang#70827 (Use smaller span for suggestion restricting lifetime) Failed merges: r? @ghost
With the llvm fixes from rust-lang/llvm-project#45 (included as a submodule change) we can enable unwinding by default for these targets.
Fixes #65313
There are still a small number of test failures for which we can open individual issues.
r? @alexcrichton