Update LLVM to 56c931901cfb85cd6f7ed44c7d7520a8de1edf97#50827
Merged
bors merged 1 commit intorust-lang:masterfrom May 20, 2018
Merged
Update LLVM to 56c931901cfb85cd6f7ed44c7d7520a8de1edf97#50827bors merged 1 commit intorust-lang:masterfrom
bors merged 1 commit intorust-lang:masterfrom
Conversation
Contributor
|
(rust_highfive has picked a reviewer for you, use r? to override) |
Contributor
Member
|
@bors r+ |
Collaborator
|
📌 Commit 87ce3ae has been approved by |
Member
|
BTW, this PR also brought in rust-lang/llvm#116 to fix #50754. |
Member
|
cc @hsivonen |
This brings in rust-lang/llvm#115, which fixes rust-lang#49873.
Contributor
|
@bors r=eddyb |
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 fixes rust-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
Member
|
This PR failed to backport into the beta branch. The test Can you check this @nox? |
Contributor
Author
|
Nope, I don't have a Windows box. |
Member
|
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). |
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 free
to 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.