[PATCH] D143600: [ELF][docs] Mention LLD_REPRODUCE and LLD_VERSION

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 12:22:51 PST 2023


MaskRay updated this revision to Diff 495916.
MaskRay added a comment.

update date


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143600

Files:
  lld/docs/ld.lld.1


Index: lld/docs/ld.lld.1
===================================================================
--- lld/docs/ld.lld.1
+++ lld/docs/ld.lld.1
@@ -4,7 +4,7 @@
 .\"
 .\" This man page documents only lld's ELF linking support, obtained originally
 .\" from FreeBSD.
-.Dd May 12, 2019
+.Dd Feb 9, 2022
 .Dt LD.LLD 1
 .Os
 .Sh NAME
@@ -877,6 +877,20 @@
 segment.
 .El
 .El
+
+.Sh ENVIRONMENT VARIABLES
+.Bl -tag -width LC_CTYPE
+.It Ev LLD_REPRODUCE
+Create a reproduce tarball with the specified filename. If
+.Fl -reproduce
+is specified,
+.Fl -reproduce
+takes precedence.
+.It Ev LLD_VERSION
+ld.lld creates a section named
+.Cm .comment
+indicating its version. The version string can be overridden by this environment variable.
+
 .Sh IMPLEMENTATION NOTES
 .Nm Ap s
 handing of archive files (those with a


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143600.495916.patch
Type: text/x-patch
Size: 802 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230208/3a833aa9/attachment.bin>


More information about the llvm-commits mailing list