-
Notifications
You must be signed in to change notification settings - Fork 13k
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
llvm: Update LLVM to include fix for pathologic case in its LiveDebugValues pass. #37030
llvm: Update LLVM to include fix for pathologic case in its LiveDebugValues pass. #37030
Conversation
Oh, wait, I remembered I need to update something in order not to break the build bots, right? Give me a sec... |
Ah yeah we'll want to modify |
r=me though |
6d81a09
to
7fcc124
Compare
@bors r=alexcrichton |
📌 Commit 7fcc124 has been approved by |
@bors: p=1 |
⌛ Testing commit 7fcc124 with merge f6409e0... |
💔 Test failed - auto-linux-32-opt |
Don't you also want to incorporate the fix to #36924 here? |
@arielb1 Yes, that seems like a good idea. I'll take care of it. |
I'm currently running Btw, I have no clue what that test failure above is about. It seems unrelated to changes in LLVM debuginfo generation. |
…es in GetCaseResults"
@bors r=alexcrichton @alexcrichton I'm assuming, since you merged @arielb1's PR to the LLVM repo, that you are in favor of including that patch with this update... |
📌 Commit 7d03bad has been approved by |
@bors p=1 |
👍 |
@bors: retry force clean |
⌛ Testing commit 7d03bad with merge a3bc191... |
…crichton llvm: Update LLVM to include fix for pathologic case in its LiveDebugValues pass. See #36926. r? @alexcrichton
Accepting for beta because terrible regression. However, this is bumping LLVM, incorporating the following commits, all of which seem relatively targeted to me. cc @rust-lang/compiler |
See #36926.
r? @alexcrichton