[LLVMdev] Debug Info Question

Sachin.Punyani at microchip.com Sachin.Punyani at microchip.com
Tue Feb 24 00:27:35 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/4fea86e9/attachment.html>


More information about the llvm-dev mailing list