[PATCH] D60557: Explain --reproduce option.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 23 01:52:35 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL369740: Explain --reproduce option (authored by ruiu, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D60557?vs=194651&id=216781#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60557/new/
https://reviews.llvm.org/D60557
Files:
lld/trunk/docs/ld.lld.1
Index: lld/trunk/docs/ld.lld.1
===================================================================
--- lld/trunk/docs/ld.lld.1
+++ lld/trunk/docs/ld.lld.1
@@ -407,8 +407,10 @@
.Fl -push-state.
.It Fl -relocatable , Fl r
Create relocatable object file.
-.It Fl -reproduce Ns = Ns Ar value
-Dump linker invocation and input files for debugging.
+.It Fl -reproduce Ns = Ns Ar path
+Write a tar file containing all input files and a text file describing the link invocation to
+.Ar path,
+so that you can easily re-run the linker with the same options and input files.
.It Fl -retain-symbols-file Ns = Ns Ar file
Retain only the symbols listed in the file.
.It Fl -rpath Ns = Ns Ar value , Fl R Ar value
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60557.216781.patch
Type: text/x-patch
Size: 706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190823/370dbb93/attachment.bin>
More information about the llvm-commits
mailing list