Re: [PATCH] Warn to not add debug hook targets

2021-03-22 Thread Jeff Law via Gcc-patches
On 3/22/2021 2:38 AM, Richard Biener wrote: This adds a boiler-plate warning to the debug hooks structure to strongly discourage people from adding new debug hook targets since we want to get rid of the current abstraction in favor of maintaining a DWARF view of debug in the middle-end and have

[PATCH] Warn to not add debug hook targets

2021-03-22 Thread Richard Biener
This adds a boiler-plate warning to the debug hooks structure to strongly discourage people from adding new debug hook targets since we want to get rid of the current abstraction in favor of maintaining a DWARF view of debug in the middle-end and have support for alternate output formats to be gene