diff mbox series

[1/7] lto: Skip flag OPT_fltrans_output_list_.

Message ID 81dd3d9d61f5b1907f91ca35209167049e5bee54.1700222403.git.mjires@suse.cz
State New
Headers show
Series lto: Incremental LTO. | expand

Commit Message

Michal Jireš Nov. 17, 2023, 8:16 p.m. UTC
Bootstrapped/regtested on x86_64-pc-linux-gnu

gcc/ChangeLog:

	* lto-opts.cc (lto_write_options): Skip OPT_fltrans_output_list_.
---
 gcc/lto-opts.cc | 1 +
 1 file changed, 1 insertion(+)

Comments

Jan Hubicka Dec. 29, 2023, 9:16 p.m. UTC | #1
Hi,
> Bootstrapped/regtested on x86_64-pc-linux-gnu
> 
> gcc/ChangeLog:
> 
> 	* lto-opts.cc (lto_write_options): Skip OPT_fltrans_output_list_.
OK,
thanks,
Honza
> ---
>  gcc/lto-opts.cc | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/gcc/lto-opts.cc b/gcc/lto-opts.cc
> index c9bee9d4197..0451e290c75 100644
> --- a/gcc/lto-opts.cc
> +++ b/gcc/lto-opts.cc
> @@ -152,6 +152,7 @@ lto_write_options (void)
>  	case OPT_fprofile_prefix_map_:
>  	case OPT_fcanon_prefix_map:
>  	case OPT_fwhole_program:
> +	case OPT_fltrans_output_list_:
>  	  continue;
>  
>  	default:
> -- 
> 2.42.1
>
diff mbox series

Patch

diff --git a/gcc/lto-opts.cc b/gcc/lto-opts.cc
index c9bee9d4197..0451e290c75 100644
--- a/gcc/lto-opts.cc
+++ b/gcc/lto-opts.cc
@@ -152,6 +152,7 @@  lto_write_options (void)
 	case OPT_fprofile_prefix_map_:
 	case OPT_fcanon_prefix_map:
 	case OPT_fwhole_program:
+	case OPT_fltrans_output_list_:
 	  continue;
 
 	default: