Commit 1cddcdca by Rafael Avila de Espindola Committed by Rafael Espindola

lto-plugin.c (cleanup_handler): Don't cleanup if debugging.

2009-11-04  Rafael Avila de Espindola  <espindola@google.com>

	* lto-plugin.c (cleanup_handler): Don't cleanup if debugging.

From-SVN: r153899
parent 57f5eef0
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> 2009-10-30 Rafael Avila de Espindola <espindola@google.com>
PR41871 PR41871
......
...@@ -527,6 +527,9 @@ cleanup_handler (void) ...@@ -527,6 +527,9 @@ cleanup_handler (void)
} }
} }
if (debug)
return LDPS_OK;
/* If we are being called from an error handler, it is possible /* If we are being called from an error handler, it is possible
that the arguments file is still exists. */ that the arguments file is still exists. */
t = asprintf (&arguments, "%s/arguments", temp_obj_dir_name); t = asprintf (&arguments, "%s/arguments", temp_obj_dir_name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment