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

           Summary: Dwarfdump complains about invalid file info
           Product: new-bugs
           Version: trunk
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


With the following attachment ("Hello2.ll"), compile using the following
commands:

   llc -O0 -disable-fp-elim -filetype=obj Hello2.ll
   /usr/bin/c++ -g -o Hello2 Hello2.o 

Now run dwarfdump -ka on the resulting executable:

   dwarfdump -ka Hello2

Drawdump prints out a bunch of messages of the following form:

*** DWARF CHECK: DW_AT_decl_file: does not point to valid file info ***

Note that this issue occurs using both the old DIFactory and the new DIBuilder.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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