[llvm-bugs] [Bug 44522] “-use-unknown-locations” option support is missing for Codeview debug info

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jan 13 10:32:22 PST 2020


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

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rnk at google.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #1 from Reid Kleckner <rnk at google.com> ---
I'm pretty sure we attempt to implement the behavior of "never use unknown
locations" for codeview, i.e. never emit line zero. Are you sure we need to add
support for this option? If we emit line zero, it's a bug. I don't fully
understand the issues you linked to, but they seem to have to do with LLD and
assembly, which has nothing to do with the source locations LLVM comes up with.

I think I will close this because, while there is probably a bug in LLVM/LLD
somewhere, implementing this option is probably not the correct solution.

-- 
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/20200113/25c12fc1/attachment.html>


More information about the llvm-bugs mailing list