[LLVMdev] Debug Info Question
Sachin.Punyani at microchip.com
Sachin.Punyani at microchip.com
Mon Feb 23 23:18:41 PST 2009
Hi,
I want to emit the debug information in assembly through assembler
directives. Also I don't want to emit debug information in sections
(like Dwarf). Instead the debug information will be interspersed with
the assembly. However in LLVM, debug info (e.g. stoppoint) is read and
made part of the DAG only when DwarfWriter is registered.
How can I emit the debug information in assembly with out using
DwarfWriter?
Regards
Sachin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090224/6ce8187f/attachment.html>
More information about the llvm-dev
mailing list