Displaying 3 results from an estimated 3 matches for "gnu_ranges_base".
2013 Dec 09
2
[LLVMdev] DebugInfo: DW_AT_GNU_ranges_base in non-fission
It looks like we only attach the GNU_ranges_base to skeleton CUs, and
never use the attribute under non-fission. Is that right? It's not
obvious to me why we'd want to only include this under fission, but I
admittedly don't fully understand it anyway.
- Dave
2013 Dec 09
0
[LLVMdev] DebugInfo: DW_AT_GNU_ranges_base in non-fission
On Mon, Dec 9, 2013 at 9:47 AM, David Blaikie <dblaikie at gmail.com> wrote:
> It looks like we only attach the GNU_ranges_base to skeleton CUs, and
> never use the attribute under non-fission. Is that right? It's not
> obvious to me why we'd want to only include this under fission, but I
> admittedly don't fully understand it anyway.
>
So we're not particularly using it correctly at the moment...
2013 Dec 09
1
[LLVMdev] DebugInfo: DW_AT_GNU_ranges_base in non-fission
On Mon, Dec 9, 2013 at 11:48 AM, Eric Christopher <echristo at gmail.com> wrote:
> On Mon, Dec 9, 2013 at 9:47 AM, David Blaikie <dblaikie at gmail.com> wrote:
>> It looks like we only attach the GNU_ranges_base to skeleton CUs, and
>> never use the attribute under non-fission. Is that right? It's not
>> obvious to me why we'd want to only include this under fission, but I
>> admittedly don't fully understand it anyway.
>>
>
> So we're not particularly using it...