[PATCH] D22418: COFF: Implement /reproduce flag.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 15 11:21:22 PDT 2016
ruiu 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">;
----------------
I think I prefer not use the same option name as we always create an archive whether the link succeeded or not.
https://reviews.llvm.org/D22418
More information about the llvm-commits
mailing list