[PATCH] D42963: Add initial ld.lld.1 man page
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 7 11:28:57 PST 2018
Ed Maste via Phabricator <reviews at reviews.llvm.org> writes:
> 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?
Does bfd accept that? According to the man page it would accept, for
example, elf32-x86-64, but not just elf.
Cheers,
Rafael
More information about the llvm-commits
mailing list