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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to