-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
7.0.1 backport: Assertion failed: (!m_first_die || m_first_die == m_die_array.front())… #38678
Comments
assigned to @davidbolvansky |
Hi Jason, Is this OK to merge? |
Hi Jason, |
Tom, if you are concerned about the trunk assertion adjustment couldn't me/you just remove the assertion? I introduced the assertion recently in https://reviews.llvm.org/D46810 myself anyway. |
Hello David, |
We backported this fix and all is OK. I think you should merge it since the asserting code is too radical here. |
Added Pavel since he knows a bit about this issue (btw, pavel, is “depth” issue related to this fix or is it a second independent bug?) |
Merged: r346873 |
Merged: r347030 |
Extended Description
Please backport:
Fix: Assertion failed: (!m_first_die || m_first_die == m_die_array.front())…
https://reviews.llvm.org/rL344605
The text was updated successfully, but these errors were encountered: