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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 14:36:06 PST 2023


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

fix 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, 2023
 .Dt LD.LLD 1
 .Os
 .Sh NAME
@@ -877,6 +877,21 @@
 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
+containing the LLD version string. The version string can be overridden by this environment variable.
+This variable is useful to eliminate differences in the binary caused by LLD version number differences.
+
 .Sh IMPLEMENTATION NOTES
 .Nm Ap s
 handing of archive files (those with a


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143600.496241.patch
Type: text/x-patch
Size: 919 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230209/9bf2d7a2/attachment.bin>


More information about the llvm-commits mailing list