On Feb 23, 2009, at 11:18 PM, Sachin.Punyani at microchip.com wrote:
> 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?
This is currently not possible. Unfortunately DW is being used to keep
dwarf states. We'll address this sometime, hopefully soon.
Evan
>
> Regards
> Sachin
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.llvm.org/pipermail/llvm-dev/attachments/20090224/7632db16/attachment.html>