[llvm-bugs] [Bug 43839] LLVM ICE when building Chrome for aarch64 with asserts enabled

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Oct 29 16:28:33 PDT 2019


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

Manoj Gupta <manojgupta at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |manojgupta at google.com

--- Comment #4 from Manoj Gupta <manojgupta at google.com> ---
The crash is already fixed on ToT.

Bisection points to https://reviews.llvm.org/rL374562 (reland of r374450: Fix
__builtin_assume_aligned with too large values)  as the fix which makes sense
since the crash was in alignment handling code.

-- 
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/20191029/97db4f43/attachment.html>


More information about the llvm-bugs mailing list