[PATCH] D68382: [MinGW] Add --reproduce option
    Martin Storsjö via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Oct  3 12:58:22 PDT 2019
    
    
  
mstorsjo added inline comments.
================
Comment at: lld/MinGW/Driver.cpp:220
+  if (auto *a = args.getLastArg(OPT_reproduce))
+    add("-reproduce:" + StringRef(a->getValue()));
 
----------------
I don't see this `-reproduce:` option in the current COFF linker - is there a pending patch for it somewhere?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68382/new/
https://reviews.llvm.org/D68382
    
    
More information about the llvm-commits
mailing list