Deleted Added
full compact
opt.1 (331838) opt.1 (344213)
1.\" $FreeBSD: stable/11/usr.bin/clang/opt/opt.1 331838 2018-03-31 11:38:16Z dim $
1.\" $FreeBSD: stable/11/usr.bin/clang/opt/opt.1 344213 2019-02-16 15:57:29Z dim $
2.\" Man page generated from reStructuredText.
3.
2.\" Man page generated from reStructuredText.
3.
4.TH "OPT" "1" "2017-12-24" "6" "LLVM"
4.TH "OPT" "1" "2018-08-02" "7" "LLVM"
5.SH NAME
6opt \- LLVM optimizer
7.
8.nr rst2man-indent-level 0
9.
10.de1 rstReportMargin
11\\$1 \\n[an-margin]
12level \\n[rst2man-indent-level]

--- 114 unchanged lines hidden (view full) ---

127.B \-time\-passes
128Record the amount of time needed for each pass and print it to standard
129error.
130.UNINDENT
131.INDENT 0.0
132.TP
133.B \-debug
134If this is a debug build, this option will enable debug printouts from passes
5.SH NAME
6opt \- LLVM optimizer
7.
8.nr rst2man-indent-level 0
9.
10.de1 rstReportMargin
11\\$1 \\n[an-margin]
12level \\n[rst2man-indent-level]

--- 114 unchanged lines hidden (view full) ---

127.B \-time\-passes
128Record the amount of time needed for each pass and print it to standard
129error.
130.UNINDENT
131.INDENT 0.0
132.TP
133.B \-debug
134If this is a debug build, this option will enable debug printouts from passes
135which use the \fBDEBUG()\fP macro. See the \fI\%LLVM Programmer\(aqs Manual\fP, section \fB#DEBUG\fP for more information.
135which use the \fBLLVM_DEBUG()\fP macro. See the \fI\%LLVM Programmer\(aqs Manual\fP, section \fB#DEBUG\fP for more information.
136.UNINDENT
137.INDENT 0.0
138.TP
139.B \-load=<plugin>
140Load the dynamic object \fBplugin\fP\&. This object should register new
141optimization or analysis passes. Once loaded, the object will add new command
142line options to enable various optimizations or analyses. To see the new
143complete list of optimizations, use the \fI\%\-help\fP and \fI\%\-load\fP

--- 16 unchanged lines hidden (view full) ---

160.UNINDENT
161.SH EXIT STATUS
162.sp
163If \fBopt\fP succeeds, it will exit with 0. Otherwise, if an error
164occurs, it will exit with a non\-zero value.
165.SH AUTHOR
166Maintained by The LLVM Team (http://llvm.org/).
167.SH COPYRIGHT
136.UNINDENT
137.INDENT 0.0
138.TP
139.B \-load=<plugin>
140Load the dynamic object \fBplugin\fP\&. This object should register new
141optimization or analysis passes. Once loaded, the object will add new command
142line options to enable various optimizations or analyses. To see the new
143complete list of optimizations, use the \fI\%\-help\fP and \fI\%\-load\fP

--- 16 unchanged lines hidden (view full) ---

160.UNINDENT
161.SH EXIT STATUS
162.sp
163If \fBopt\fP succeeds, it will exit with 0. Otherwise, if an error
164occurs, it will exit with a non\-zero value.
165.SH AUTHOR
166Maintained by The LLVM Team (http://llvm.org/).
167.SH COPYRIGHT
1682003-2017, LLVM Project
1682003-2018, LLVM Project
169.\" Generated by docutils manpage writer.
170.
169.\" Generated by docutils manpage writer.
170.