[PATCH] D22418: COFF: Implement /reproduce flag.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 11:19:19 PDT 2016


pcc added inline comments.

================
Comment at: COFF/Options.td:37
@@ -36,2 +36,3 @@
 def pdb : P<"pdb", "PDB file path">;
+def reproduce : P<"reproduce", "Dump linker invocation and input files for debugging">;
 def section : P<"section", "Specify section attributes">;
----------------
compnerd wrote:
> We should use the link flag here.  /linkrepro:<directory for staging>
Even though this flag has different semantics to the link.exe flag?


https://reviews.llvm.org/D22418





More information about the llvm-commits mailing list