[PATCH] D135402: [LLD] Enable --no-undefined-version by default.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 6 14:46:42 PDT 2022


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: lld/docs/ld.lld.1:355
 Do not put read-only non-executable sections in their own segment.
+.It Fl -undefined-version
+Do not report version scripts that refer to undefined symbols.
----------------
Mentioning just `Fl -undefined-version` is fine. For boolean options we only mention the one which is not the default.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135402/new/

https://reviews.llvm.org/D135402



More information about the llvm-commits mailing list