Commit 6c363ddd by Jan Hubicka Committed by Jan Hubicka

* lto-opts.c (lto_write_options): Skip OPT_dumpdir, OPT_fresolution_.

From-SVN: r260962
parent 0df8dc6e
2018-05-30 Jan Hubicka <hubicka@ucw.cz> 2018-05-30 Jan Hubicka <hubicka@ucw.cz>
* lto-opts.c (lto_write_options): Skip OPT_dumpdir, OPT_fresolution_.
2018-05-30 Jan Hubicka <hubicka@ucw.cz>
* lto-wrapper.c (debug_objcopy): Add rename parameter; pass * lto-wrapper.c (debug_objcopy): Add rename parameter; pass
it down to simple_object_copy_lto_debug_sections. it down to simple_object_copy_lto_debug_sections.
(run_gcc): Determine incremental LTO link time and configure (run_gcc): Determine incremental LTO link time and configure
......
...@@ -109,6 +109,8 @@ lto_write_options (void) ...@@ -109,6 +109,8 @@ lto_write_options (void)
case OPT_SPECIAL_ignore: case OPT_SPECIAL_ignore:
case OPT_SPECIAL_program_name: case OPT_SPECIAL_program_name:
case OPT_SPECIAL_input_file: case OPT_SPECIAL_input_file:
case OPT_dumpdir:
case OPT_fresolution_:
continue; continue;
default: default:
......
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