diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-27 14:36:48 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-27 14:36:48 +0000 |
commit | b33542ab8c3bcc4cfb595b335889eada3c2e34d4 (patch) | |
tree | 6a51259b773d6ffc2a40c93fe609a3331fd17b5f /gcc/common.opt | |
parent | 77237956fe7207879d9ad4b64f91fa2392e9c652 (diff) | |
download | gcc-b33542ab8c3bcc4cfb595b335889eada3c2e34d4.tar.gz |
* doc/invoke.texi (ffat-lto-objects): Document.
* toplev.c (compile_file): Do not output assembly when doing slim lto;
Output __gnu_slim_lto when doing slim lto.
* cgraphunit.c (ipa_passes): Do only analysis when producing slim lto.
(cgraph_optimize): Return early when doing slim lto.
* opts.c (finish_options): Complain about lack of linker plugin
when doing slim lto.
* common.opt (ffat-lto-objects): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179271 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index ba3e254dd14..f237f76956e 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -1087,6 +1087,10 @@ Enum(excess_precision) String(standard) Value(EXCESS_PRECISION_STANDARD) ffast-math Common +ffat-lto-objects +Common Var(flag_fat_lto_objects) Init(1) +Output lto objects containing both the intermediate language and binary output. + ffinite-math-only Common Report Var(flag_finite_math_only) Optimization SetByCombined Assume no NaNs or infinities are generated |