[llvm-commits] Add scope info in DebugLoc
Evan Cheng
evan.cheng at apple.com
Fri May 8 10:25:39 PDT 2009
Hi Argiris,
Eventually we'd like to move scoping information to the llvm IR level.
But this seems like a good interim step. Bill can you review this when
you have some time?
Thanks,
Evan
On May 7, 2009, at 5:40 PM, Argiris Kirtzidis wrote:
> The attached patch introduces 'DebugScope' which gets embedded in
> DebugLoc.
> This allows scope info to be readily available (along with line
> info) for each machine instruction, and will pull the DwarfWriter
> out of the instruction selectors.
>
> Please review and let me know what you think!
>
> -Argiris
> <debugscope.patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list