]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/lto/lang.opt
Update copyright years.
[thirdparty/gcc.git] / gcc / lto / lang.opt
CommitLineData
d7f09764 1; Options for the LTO front end.
83ffe9cd 2; Copyright (C) 2008-2023 Free Software Foundation, Inc.
d7f09764
DN
3;
4; This file is part of GCC.
5;
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
8; Software Foundation; either version 3, or (at your option) any later
9; version.
10;
11; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12; WARRANTY; without even the implied warranty of MERCHANTABILITY or
13; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14; for more details.
15;
16; You should have received a copy of the GNU General Public License
17; along with GCC; see the file COPYING3. If not see
18; <http://www.gnu.org/licenses/>.
19
20; See the GCC internals manual for a description of this file's format.
21
22; Please try to keep this file in ASCII collating order.
23
24Language
25LTO
26
1ff9ed6f
JH
27Enum
28Name(lto_linker_output) Type(enum lto_linker_output) UnknownError(unknown linker output %qs)
29
30EnumValue
31Enum(lto_linker_output) String(unknown) Value(LTO_LINKER_OUTPUT_UNKNOWN)
32
33EnumValue
34Enum(lto_linker_output) String(rel) Value(LTO_LINKER_OUTPUT_REL)
35
5b42d196
JH
36EnumValue
37Enum(lto_linker_output) String(nolto-rel) Value(LTO_LINKER_OUTPUT_NOLTOREL)
38
1ff9ed6f
JH
39EnumValue
40Enum(lto_linker_output) String(dyn) Value(LTO_LINKER_OUTPUT_DYN)
41
42EnumValue
43Enum(lto_linker_output) String(pie) Value(LTO_LINKER_OUTPUT_PIE)
44
45EnumValue
46Enum(lto_linker_output) String(exec) Value(LTO_LINKER_OUTPUT_EXEC)
47
48flinker-output=
eece52b5 49LTO Driver Joined RejectNegative Enum(lto_linker_output) Var(flag_lto_linker_output) Init(LTO_LINKER_OUTPUT_UNKNOWN)
04e5c73d 50Set linker output type (used internally during LTO optimization).
1ff9ed6f 51
d7f09764 52fltrans
eece52b5 53LTO Var(flag_ltrans)
d7f09764
DN
54Run the link-time optimizer in local transformation (LTRANS) mode.
55
56fltrans-output-list=
57LTO Joined Var(ltrans_output_list)
58Specify a file to which a list of files output by LTRANS is written.
59
cfd85418
TS
60fresolution=
61LTO Joined
62The resolution file.
63
d7f09764 64fwpa
eece52b5 65LTO Driver
d7f09764
DN
66Run the link-time optimizer in whole program analysis (WPA) mode.
67
f300e7b8
JH
68fwpa=
69LTO Driver RejectNegative Joined Var(flag_wpa)
70Whole program analysis (WPA) mode with number of parallel jobs specified.
71
66d62d9f 72
cfd85418
TS
73Language
74LTODump
75
66d62d9f
HK
76list
77LTODump Var(flag_lto_dump_list)
78Call the dump function for variables and function in IL.
79
80demangle
81LTODump Var(flag_lto_dump_demangle)
82Dump the demangled output.
83
84defined-only
85LTODump Var(flag_lto_dump_defined)
86Dump only the defined symbols.
87
88print-value
89LTODump Var(flag_lto_print_value)
90Print the initial values of the variables.
91
92name-sort
93LTODump Var(flag_lto_name_sort)
94Sort the symbols alphabetically.
95
96size-sort
97LTODump Var(flag_lto_size_sort)
98Sort the symbols according to size.
99
100reverse-sort
101LTODump Var(flag_lto_reverse_sort)
102Display the symbols in reverse order.
103
104symbol=
105LTODump RejectNegative Joined Var(flag_lto_dump_symbol)
106
107objects
108LTODump Var(flag_lto_dump_objects)
109Dump the details of LTO objects.
110
111type-stats
112LTODump Var(flag_lto_dump_type_stats)
113Dump the statistics of tree types.
114
115tree-stats
116LTODump Var(flag_lto_tree_stats)
117Dump the statistics of trees.
118
119gimple-stats
120LTODump Var(flag_lto_gimple_stats)
121Dump the statistics of gimple statements.
122
123dump-level=
124LTODump RejectNegative Joined Var(flag_dump_level)
125
126dump-body=
127LTODump RejectNegative Joined Var(flag_dump_body)
128
129help
130LTODump Var(flag_lto_dump_tool_help)
131Dump the dump tool command line options.
132
34e64622
GB
133callgraph
134LTODump Var(flag_dump_callgraph)
135Dump the symtab callgraph.
66d62d9f 136
d7f09764 137; This comment is to ensure we retain the blank line above.