Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
6c363ddd
Commit
6c363ddd
authored
May 30, 2018
by
Jan Hubicka
Committed by
Jan Hubicka
May 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lto-opts.c (lto_write_options): Skip OPT_dumpdir, OPT_fresolution_.
From-SVN: r260962
parent
0df8dc6e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/lto-opts.c
+2
-0
No files found.
gcc/ChangeLog
View file @
6c363ddd
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
...
...
gcc/lto-opts.c
View file @
6c363ddd
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment