* lto-plugin.c (cleanup_handler): Don't cleanup if debugging.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153899
138bc75d-0d04-0410-961f-
82ee72b054a4
+2009-11-04 Rafael Avila de Espindola <espindola@google.com>
+
+ * lto-plugin.c (cleanup_handler): Don't cleanup if debugging.
+
2009-10-30 Rafael Avila de Espindola <espindola@google.com>
PR41871
2009-10-30 Rafael Avila de Espindola <espindola@google.com>
PR41871
+ if (debug)
+ return LDPS_OK;
+
/* If we are being called from an error handler, it is possible
that the arguments file is still exists. */
t = asprintf (&arguments, "%s/arguments", temp_obj_dir_name);
/* If we are being called from an error handler, it is possible
that the arguments file is still exists. */
t = asprintf (&arguments, "%s/arguments", temp_obj_dir_name);