[PATCH] D22418: COFF: Implement /reproduce flag.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 18:43:20 PDT 2016
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: COFF/Driver.cpp:318
@@ +317,3 @@
+ else
+ llvm::errs() << "/reproduce: failed to open " << Path
+ << ".cpio: " << F.getError().message() << '\n';
----------------
/linkrepro
================
Comment at: COFF/Driver.h:73
@@ -71,1 +72,3 @@
+ std::unique_ptr<CpioFile> Cpio; // for /reproduce
+
----------------
for /linkrepro
https://reviews.llvm.org/D22418
More information about the llvm-commits
mailing list