[PATCH] D86142: [LLD] Search archives for non-tentative defintions.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 14:19:55 PST 2020


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

Thanks for the update. LGTM. It'd be wise to wait for @grimar or @psmith's opinion.



================
Comment at: lld/ELF/Options.td:69
+    "Search archive members for definitions to override COMMON symbols (default)",
+    " Do not search archive members for definitions to override COMMON symbols">;
+
----------------
Delete the leading space


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86142



More information about the llvm-commits mailing list