Re: [02/32] linemaps

2020-11-06 Thread Jeff Law via Gcc-patches
On 11/3/20 2:13 PM, Nathan Sidwell wrote: > Location handling needs to add 2 things > > 1) a new kind of inclusion -- namely a module.  We add LC_MODULE as a > map kind, > > 2) the ability to allocate blocks of line-maps for both ordinary > locations and macro locations, that are then filled in b

[02/32] linemaps

2020-11-03 Thread Nathan Sidwell
Location handling needs to add 2 things 1) a new kind of inclusion -- namely a module. We add LC_MODULE as a map kind, 2) the ability to allocate blocks of line-maps for both ordinary locations and macro locations, that are then filled in by the module loader. -- Nathan Sidwell diff --git