[PATCH] D42963: Add initial ld.lld.1 man page
Ed Maste via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 6 18:01:08 PST 2018
emaste added inline comments.
================
Comment at: docs/ld.lld.1:185-191
+.It Fl -oformat Ar format
+Specify the binary format for the output object file.
+.It Fl -omagic
+Set the text and data sections to be readable and writable.
+.It Fl -opt-remarks-filename Ar value
+YAML output file for optimization remarks.
+.It Fl -opt-remarks-with-hotness
----------------
ruiu wrote:
> `--oformat`, `--omagic`, `--opt-remarks-filename` and `--opt-remarks-with-hotness`. An option that starts with "o" must be preceded by two dashes. Otherwise it's interpreted as -o foo (output file).
`Fl` renders the first dash, so `Fl -omagic` renders as `--omagic`.
https://reviews.llvm.org/D42963
More information about the llvm-commits
mailing list