[LLVMbugs] [Bug 9268] New: Dwarfdump complains about invalid file info
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Feb 19 13:07:50 PST 2011
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: unassignedbugs at nondot.org
ReportedBy: viridia at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list