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

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 11:12:56 PDT 2016


compnerd added inline comments.

================
Comment at: COFF/Driver.cpp:315
@@ +314,3 @@
+                         ".cpio"));
+  }
+
----------------
Unnecessary braces

================
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">;
----------------
We should use the link flag here.  /linkrepro:<directory for staging>


https://reviews.llvm.org/D22418





More information about the llvm-commits mailing list