[PATCH] D49938: [ELF] Update ld.lld.1
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 27 14:57:44 PDT 2018
ruiu added inline comments.
================
Comment at: ELF/Options.td:61
defm apply_dynamic_relocs: B<"apply-dynamic-relocs",
- "Apply dynamic relocations to place",
- "Do not apply dynamic relocations to place">;
+ "Apply link-time values for dynamic relocations",
+ "Do not apply link-time values for dynamic relocations">;
----------------
Add "(default") to this line just like we do for other default options.
================
Comment at: docs/ld.lld.1:43
field to the specified name.
-.It Fl -Bdynamic
+.It Fl -Bdynamic | Fl -dy
Link against shared libraries.
----------------
Is the vertical bar the right notation? Please mimic other options that have aliases.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D49938
More information about the llvm-commits
mailing list