Uh oh!
There was an error while loading. Please reload this page.
Update LLVM to 56c931901cfb85cd6f7ed44c7d7520a8de1edf97 - #50827
Merged
Conversation
rust-highfive
commented
May 17, 2018
Contributor
(rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
May 17, 2018
Contributor
eddyb
commented
May 17, 2018
Contributor
@bors r+ |
bors
commented
May 17, 2018
Collaborator
📌 Commit 87ce3ae has been approved by |
kennytm
commented
May 17, 2018
Member
BTW, this PR also brought in rust-lang/llvm#116 to fix #50754. |
michaelwoerister
commented
May 17, 2018
Member
cc @hsivonen |
This brings in rust-lang/llvm#115, which fixesrust-lang#49873.
oli-obk
commented
May 18, 2018
Contributor
@bors r=eddyb |
bors
commented
May 18, 2018
Collaborator
📌 Commit 032831d has been approved by |
kennytm added a commit
to kennytm/rust
that referenced
this pull request
May 19, 2018
Update LLVM to 56c931901cfb85cd6f7ed44c7d7520a8de1edf97 This brings in rust-lang/llvm#115, which fixesrust-lang#49873.
bors added a commit
that referenced
this pull request
May 19, 2018
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:
bors added a commit
that referenced
this pull request
Jun 1, 2018
[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
emilyalbini
commented
Jun 3, 2018
Member
This PR failed to backport into the beta branch. The test Can you check this @nox? |
nox
commented
Jun 7, 2018
ContributorAuthor
Nope, I don't have a Windows box. |
eddyb
commented
Jun 7, 2018
Contributor
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). |
emilyalbini
commented
Jun 12, 2018
Member
The backport is no longer needed (see #49873 (comment)). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This brings in rust-lang/llvm#115, which fixes#49873.