[LLVMbugs] [Bug 16214] Clang does not emit debug info (definition) for structures referenced via typedefs
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jun 12 09:39:34 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16214
Daniel Malea <daniel.malea at intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #7 from Daniel Malea <daniel.malea at intel.com> ---
This problem seems to have cropped up again as of latest trunk (clang r183837)
with a slightly different example program. A typedef ("type_z" in reproducer)
is missing debug information for the underlying type; the struct is marked as
DW_AT_declaration.
The LLDB test suite actually has two programs that reproduce this problem; I
will attach the shorter of the two, but can provide the other if helpful.
--
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/20130612/19d99854/attachment.html>
More information about the llvm-bugs
mailing list