-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Update LLVM to 56c931901cfb85cd6f7ed44c7d7520a8de1edf97 #50827
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 87ce3ae has been approved by |
BTW, this PR also brought in rust-lang/llvm#116 to fix #50754. |
cc @hsivonen |
This brings in rust-lang/llvm#115, which fixes rust-lang#49873.
@bors r=eddyb |
📌 Commit 032831d has been approved by |
Update LLVM to 56c931901cfb85cd6f7ed44c7d7520a8de1edf97 This brings in rust-lang/llvm#115, which fixes rust-lang#49873.
Rollup of 8 pull requests Successful merges: - #50531 (Cleanup uses of TypeIdHasher and replace them with StableHasher) - #50819 (Fix potential divide by zero) - #50827 (Update LLVM to 56c931901cfb85cd6f7ed44c7d7520a8de1edf97) - #50829 (CheckLoopVisitor: also visit break expressions) - #50854 (in which the unused shorthand field pattern debacle/saga continues) - #50858 (Reorder description for snippets in rustdoc documentation) - #50883 (Fix warning when building stage0 libcore) - #50889 (Update clippy) Failed merges:
[beta] Process backports Merged and approved: * #50812: Fix issue #50811 (`NaN > NaN` was true). * #50827: Update LLVM to `56c931901cfb85cd6f7ed44c7d7520a8de1edf97` * #50879: Fix naming conventions for new lints * #51011: rustdoc: hide macro export statements from docs * #51051: prohibit turbofish in `impl Trait` methods * #51052: restore emplacement syntax (obsolete) * #51146: typeck: Do not pass the field check on field error * #51235: remove notion of Implicit derefs from mem-cat r? @ghost
This PR failed to backport into the beta branch. The test Can you check this @nox? |
Nope, I don't have a Windows box. |
As mentioned in #49873 (comment), it's possible this is a resource exhaustion problem (with 32-bit windows having possibly the lowest resource limits, so it's the first/only target to fail). |
The backport is no longer needed (see #49873 (comment)). |
This brings in rust-lang/llvm#115, which fixes #49873.