[LLVMdev] DWARF location lists

Renato Golin rengolin at systemcall.org
Wed Mar 30 07:46:47 PDT 2011


On 30 March 2011 11:24, Relph, Richard <Richard.Relph at amd.com> wrote:

> In the version of LLVM I’m using (Apple tag 2352.1), it seems that the
> DWARF emitter cannot produce DWARF location lists to outline when user
> variables live and where. Instead it uses a crutch of DW_AT_start_scope to
> specify each solitary location where an assignment to a user variable does
> occur.
>

It does sometimes for ELF: http://www.llvm.org/bugs/show_bug.cgi?id=9493

But much less often than GCC.

--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110330/2a6e6c12/attachment.html>


More information about the llvm-dev mailing list