[LLVMbugs] [Bug 20332] New: CU DIEs for assembly files cause debug info truncation

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 16 12:58:50 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=20332

            Bug ID: 20332
           Summary: CU DIEs for assembly files cause debug info truncation
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: DebugInfo
          Assignee: unassignedbugs at nondot.org
          Reporter: compnerd at compnerd.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

If you have three TUs:

a.c: int a(void) { return 65; }
b.S:

    .def _b
      .scl 2
      .type 32
    .endef
  _b:
    movl %eax, $66
    ret
c.c: int c(void) { return 67; }

Compiling them for i686-windows-{itanium,gnu} with debug and link them, CUs
including the first assembly input will be truncated in the debug info output.

This is a regression from 3.4.

-- 
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/20140716/7cfaa7c4/attachment.html>


More information about the llvm-bugs mailing list