diff options
| -rw-r--r-- | lld/docs/ld.lld.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lld/docs/ld.lld.1 b/lld/docs/ld.lld.1 index f9711577bba..f2578ba874e 100644 --- a/lld/docs/ld.lld.1 +++ b/lld/docs/ld.lld.1 @@ -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 |

