[PATCH] D22418: COFF: Implement /reproduce flag.
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 15 12:27:54 PDT 2016
compnerd 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 did try this. It seems that I was mistaken and link does *always* populate the directory. If it fails really early like in the command line parsing, it will only populate link.rsp, but it does populate it. So, I think that the behaviour matches what we currently have in lld, and we should be able to use the same name.
https://reviews.llvm.org/D22418
More information about the llvm-commits
mailing list