[PATCH] D61201: [LLD][ELF] Full support for -n (--nmagic) and -N (--omagic)
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 1 02:37:43 PDT 2019
grimar accepted this revision.
grimar added a comment.
This revision is now accepted and ready to land.
LGTM with a nit.
================
Comment at: docs/ld.lld.1:258
+.It Fl -nmagic , Fl n
+Do not page align sections, link against static libraries.
.It Fl -no-allow-shlib-undefined
----------------
You also need to document at least `--no-nmagic`, since it is added by this patch.
(ideally we want to document `--no-omagic` too)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61201/new/
https://reviews.llvm.org/D61201
More information about the llvm-commits
mailing list