Uh oh!
There was an error while loading. Please reload this page.
Update LLVM submodule - #85236
Merged
Merged
Conversation
rust-highfive
commented
May 12, 2021
Contributor
r? @cuviper (rust-highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
May 12, 2021
Contributor
|
nagisa
commented
May 12, 2021
Member
Should we include rust-lang/llvm-project#108 while at it? |
nikic
commented
May 13, 2021
ContributorAuthor
I saw that one, but it wasn't immediately obvious to me whether it's safe to backport (it touches linkage...) |
cuviper
commented
May 13, 2021
Member
Sure, let's consider that separately. @bors r+ |
bors
commented
May 13, 2021
Collaborator
📌 Commit f9911ae has been approved by |
bors
commented
May 14, 2021
Collaborator
bors
commented
May 14, 2021
Collaborator
☀️ Test successful - checks-actions |
nikic
commented
May 16, 2021
ContributorAuthor
Beta nominating this as both an abstract "backport upstream LLVM 12 fixes to beta" and as a fix for #84958 specifically. |
apiraino
commented
May 20, 2021
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 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 merges recent changes from the upstream LLVM 12 branch. One of them is intended to address #84958.