Like all other debug info generation this should be with TV_SYMOUT,
otherwise it's recorded as TV_CGRAPH.
* cgraphunit.cc (symbol_table::finalize_compilation_unit):
Put early debug generation under TV_SYMOUT.
if (!seen_error ())
{
+ timevar_push (TV_SYMOUT);
+
/* Give the frontends the chance to emit early debug based on
what is still reachable in the TU. */
(*lang_hooks.finalize_early_debug) ();
debuginfo_early_start ();
(*debug_hooks->early_finish) (main_input_filename);
debuginfo_early_stop ();
+
+ timevar_pop (TV_SYMOUT);
}
/* Finally drive the pass manager. */