-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update LLVM submodule #85236
Update LLVM submodule #85236
Conversation
r? @cuviper (rust-highfive has picked a reviewer for you, use r? to override) |
|
Should we include rust-lang/llvm-project#108 while at it? |
I saw that one, but it wasn't immediately obvious to me whether it's safe to backport (it touches linkage...) |
Sure, let's consider that separately. @bors r+ |
📌 Commit f9911ae has been approved by |
☀️ Test successful - checks-actions |
Beta nominating this as both an abstract "backport upstream LLVM 12 fixes to beta" and as a fix for #84958 specifically. |
…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 merges recent changes from the upstream LLVM 12 branch. One of them is intended to address #84958.