Re: [debug-early] emitting early debug for external variables
On Wed, Mar 18, 2015 at 10:28 PM, Jason Merrill wrote: > If you move the call to rest_of_decl_compilation we could go through and > prune the debug info for unused decls at dwarf2out_finish time, the way we > do with unused types. True. Note that the varpool nodes eventually get created once the
Re: [debug-early] emitting early debug for external variables
If you move the call to rest_of_decl_compilation we could go through and prune the debug info for unused decls at dwarf2out_finish time, the way we do with unused types. Jason