-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
[DO NOT MERGE] Try setting __rust_probestack visibility back to hidden #69045
Conversation
This is to fix rust-lang#68794, but it may break some platforms.
@bors try |
Try by default is just Linux, which seems unlikely to break (presumably you tested on it already). You can enable other builders - though please avoid more than 4 at a time total - by copying from src/ci/azure-pipelines/auto.yml to try.yml. |
☀️ Try build successful - checks-azure |
@bors try |
⌛ Trying commit ddf7cb8 with merge 36d06a87830e7f655716dc7d2470ce1d12ebc263... |
☀️ Try build successful - checks-azure |
Tests were successful, closing this in favor of the "real" change, #69086. |
…n-DPC Update compiler-builtins to 0.1.25 - rust-lang/compiler-builtins#340 Set probestack visibility to hidden on ELF targets Fixes rust-lang#68794. Tested in CI: rust-lang#69045. r? @Mark-Simulacrum
This is to fix #68794, but it may break some platforms. Uploading this change to test in CI.
r? @ghost