File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 4
4
.\"
5
5
.\" This man page documents only lld's ELF linking support, obtained originally
6
6
.\" from FreeBSD.
7
- .Dd May 12, 2019
7
+ .Dd Feb 9, 2023
8
8
.Dt LD.LLD 1
9
9
.Os
10
10
.Sh NAME
@@ -877,6 +877,22 @@ Create a
877
877
segment.
878
878
.El
879
879
.El
880
+
881
+ .Sh ENVIRONMENT VARIABLES
882
+ .Bl -tag -width LC_CTYPE
883
+ .It Ev LLD_REPRODUCE
884
+ Create a reproduce tarball with the specified filename. If
885
+ .Fl -reproduce
886
+ is specified,
887
+ .Fl -reproduce
888
+ takes precedence.
889
+ .It Ev LLD_VERSION
890
+ ld.lld creates a section named
891
+ .Cm .comment
892
+ containing the LLD version string. The version string can be overridden by this environment variable,
893
+ which is useful to eliminate differences in the binary caused by LLD version number differences.
894
+ .El
895
+
880
896
.Sh IMPLEMENTATION NOTES
881
897
.Nm Ap s
882
898
handing of archive files (those with a
You can’t perform that action at this time.
0 commit comments