Merged
Conversation
Contributor
|
r? @cuviper (rust-highfive has picked a reviewer for you, use r? to override) |
Contributor
|
Member
|
Should we include rust-lang/llvm-project#108 while at it? |
Contributor
Author
I saw that one, but it wasn't immediately obvious to me whether it's safe to backport (it touches linkage...) |
Member
|
Sure, let's consider that separately. @bors r+ |
Collaborator
|
📌 Commit f9911ae has been approved by |
Collaborator
Collaborator
|
☀️ Test successful - checks-actions |
Contributor
Author
|
Beta nominating this as both an abstract "backport upstream LLVM 12 fixes to beta" and as a fix for #84958 specifically. |
Contributor
Merged
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 22, 2021
…ulacrum [beta] backports * Backport 1.52.1 release notes rust-lang#85404 * remove InPlaceIterable marker from Peekable due to unsoundness rust-lang#85340 * rustdoc: Call initSidebarItems in root module of crate rust-lang#85304 * Update LLVM submodule rust-lang#85236 * Do not ICE on invalid const param rust-lang#84913 * Disallows #![feature(no_coverage)] on stable and beta (using standard crate-level gating) rust-lang#84871 * Ensure TLS destructors run before thread joins in SGX rust-lang#84409
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 merges recent changes from the upstream LLVM 12 branch. One of them is intended to address #84958.