[llvm-commits] Add scope info in DebugLoc

Bill Wendling wendling at apple.com
Fri May 8 10:45:42 PDT 2009


Yes. It's on my list of things to do. :-) Probably this week-end?

-bw

On May 8, 2009, at 10:25 AM, Evan Cheng wrote:

> 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