[llvm-bugs] [Bug 50363] clang crashes on valid code at -O1 and above on x86_64-linux-gnu: Assertion `!UR.InvalidatedSCCs.count(C) && "Processing an invalid SCC!"' failed

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jul 19 15:13:35 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=50363

Arthur Eubanks <aeubanks at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #5 from Arthur Eubanks <aeubanks at google.com> ---
The patch has landed.
If you need to work around this in an older version, pinning to the legacy pass
manager via -flegacy-pass-manager should work.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210719/77fac80a/attachment.html>


More information about the llvm-bugs mailing list