[lld] r369740 - Explain --reproduce option

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 01:52:56 PDT 2019


Author: ruiu
Date: Fri Aug 23 01:52:55 2019
New Revision: 369740

URL: http://llvm.org/viewvc/llvm-project?rev=369740&view=rev
Log:
Explain --reproduce option

I think --reproduce is no longer a debug-only option but a useful
option that a common user may want to use. So, this patch updates
the description of the option in the manual page.

Differential Revision: https://reviews.llvm.org/D60557

Modified:
    lld/trunk/docs/ld.lld.1

Modified: lld/trunk/docs/ld.lld.1
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/ld.lld.1?rev=369740&r1=369739&r2=369740&view=diff
==============================================================================
--- lld/trunk/docs/ld.lld.1 (original)
+++ lld/trunk/docs/ld.lld.1 Fri Aug 23 01:52:55 2019
@@ -407,8 +407,10 @@ Undo the effect of
 .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




More information about the llvm-commits mailing list