[PATCH] D42963: Add initial ld.lld.1 man page

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 06:16:29 PST 2018


emaste marked 14 inline comments as done.
emaste added inline comments.


================
Comment at: docs/ld.lld.1:231
+Only search directories specified on the command line.
+.It Fl -oformat Ar format
+Specify the binary format for the output object file.
----------------
ruiu wrote:
> Currently a format must be "binary" if this option is given, and when the option is given, it outputs an ELF header-less file.
Should we accept `elf` also?


https://reviews.llvm.org/D42963





More information about the llvm-commits mailing list