[PATCH] Emit DWARF info for all code section in an assembly file
Oliver Stannard
oliver.stannard at arm.com
Mon Feb 10 01:33:59 PST 2014
olista01 added you to the CC list for the revision "Emit DWARF info for all code section in an assembly file".
Currently, when using llvm as an assembler, DWARF debug information is only
generated for the .text section. This patch modifies this so that DWARF info
is emitted for all executable sections.
http://llvm-reviews.chandlerc.com/D2697
Files:
include/llvm/MC/MCContext.h
include/llvm/MC/MCObjectStreamer.h
include/llvm/MC/MCStreamer.h
lib/MC/MCDwarf.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCParser/ELFAsmParser.cpp
test/MC/ARM/dwarf-asm-multiple-sections.s
test/MC/ARM/dwarf-asm-nonstandard-section.s
test/MC/ARM/dwarf-asm-single-section.s
test/MC/ARM/ldr-pseudo.s
test/MC/ARM/ltorg.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2697.1.patch
Type: text/x-patch
Size: 31814 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140210/40681c4e/attachment.bin>
More information about the llvm-commits
mailing list