comparison gcc/lto/lang.opt @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 ; Options for the LTO front end. 1 ; Options for the LTO front end.
2 ; Copyright (C) 2008, 2010 Free Software Foundation, Inc. 2 ; Copyright (C) 2008-2017 Free Software Foundation, Inc.
3 ; 3 ;
4 ; This file is part of GCC. 4 ; This file is part of GCC.
5 ; 5 ;
6 ; GCC is free software; you can redistribute it and/or modify it under 6 ; GCC is free software; you can redistribute it and/or modify it under
7 ; the terms of the GNU General Public License as published by the Free 7 ; the terms of the GNU General Public License as published by the Free
22 ; Please try to keep this file in ASCII collating order. 22 ; Please try to keep this file in ASCII collating order.
23 23
24 Language 24 Language
25 LTO 25 LTO
26 26
27 Enum
28 Name(lto_linker_output) Type(enum lto_linker_output) UnknownError(unknown linker output %qs)
29
30 EnumValue
31 Enum(lto_linker_output) String(unknown) Value(LTO_LINKER_OUTPUT_UNKNOWN)
32
33 EnumValue
34 Enum(lto_linker_output) String(rel) Value(LTO_LINKER_OUTPUT_REL)
35
36 EnumValue
37 Enum(lto_linker_output) String(dyn) Value(LTO_LINKER_OUTPUT_DYN)
38
39 EnumValue
40 Enum(lto_linker_output) String(pie) Value(LTO_LINKER_OUTPUT_PIE)
41
42 EnumValue
43 Enum(lto_linker_output) String(exec) Value(LTO_LINKER_OUTPUT_EXEC)
44
45 flinker-output=
46 LTO Report Driver Joined RejectNegative Enum(lto_linker_output) Var(flag_lto_linker_output) Init(LTO_LINKER_OUTPUT_UNKNOWN)
47 Set linker output type (used internally during LTO optimization)
48
49
27 fltrans 50 fltrans
28 LTO Report Var(flag_ltrans) Optimization 51 LTO Report Var(flag_ltrans)
29 Run the link-time optimizer in local transformation (LTRANS) mode. 52 Run the link-time optimizer in local transformation (LTRANS) mode.
30 53
31 fltrans-output-list= 54 fltrans-output-list=
32 LTO Joined Var(ltrans_output_list) 55 LTO Joined Var(ltrans_output_list)
33 Specify a file to which a list of files output by LTRANS is written. 56 Specify a file to which a list of files output by LTRANS is written.
34 57
35 fwpa 58 fwpa
36 LTO Driver Report Var(flag_wpa) Optimization 59 LTO Driver Report
37 Run the link-time optimizer in whole program analysis (WPA) mode. 60 Run the link-time optimizer in whole program analysis (WPA) mode.
61
62 fwpa=
63 LTO Driver RejectNegative Joined Var(flag_wpa)
64 Whole program analysis (WPA) mode with number of parallel jobs specified.
38 65
39 fresolution= 66 fresolution=
40 LTO Joined 67 LTO Joined
41 The resolution file 68 The resolution file.
42 69
43 ; This comment is to ensure we retain the blank line above. 70 ; This comment is to ensure we retain the blank line above.