[llvm-bugs] [Bug 43942] Clang or lld generates invalid short relocation for Google Chrome with debuginfo

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Nov 9 15:22:13 PST 2019


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

Conrad Meyer <cem at FreeBSD.org> changed:

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

--- Comment #3 from Conrad Meyer <cem at FreeBSD.org> ---
Some combination of -Og (default Chrome Debug build is -O0, which will always
generate ridiculous code), -gsplit-dwarf, and -gz eliminated the problem for
me.  Sorry for the noise.

-- 
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/20191109/2a998d17/attachment.html>


More information about the llvm-bugs mailing list