-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Update compiler-builtins to 0.1.147
#137297
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
Conversation
|
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 |
|
@bors try |
This comment has been minimized.
This comment has been minimized.
|
💔 Test failed - checks-actions |
|
Hm. Looking at both the asm and llvm ir for the symbols previously marked with |
|
Unsure what could be causing this. Trying again with only the mingw jobs to see if those also fail. @bors try |
This comment has been minimized.
This comment has been minimized.
|
💔 Test failed - checks-actions |
|
Maybe stage0 hasn't gotten bumped to something that would include #134290 yet? |
That's expected; when we set a |
|
Oh, I misunderstood. Yeah this needs #134290 in the bootstrap compiler, you are right. :) |
|
☔ The latest upstream changes (presumably #137446) made this pull request unmergeable. Please resolve the merge conflicts. |
e80f1a4 to
bca5f37
Compare
Removes an ABI hack that used `<2 x i64>` to return `i128` in `xmm0` on Windows [1]. [1]: rust-lang/compiler-builtins#759 Link: rust-lang#116558 Link: rust-lang/compiler-builtins#758
|
The bootstrap bump landed, so I guess this should work now? AFAIK @bors try |
|
☀️ Try build successful - checks-actions |
|
Woo! @bors r+ |
Removes an ABI hack that used
<2 x i64>to returni128inxmm0on Windows 1.Link: #116558
Link: rust-lang/compiler-builtins#758
try-job: x86_64-mingw-1
try-job: x86_64-mingw-2
r? @ghost