[PATCH] D28103: Use TarWriter to create tar archives instead of cpio.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 25 01:51:58 PST 2016
pcc added inline comments.
================
Comment at: lld/COFF/Driver.cpp:27
#include "llvm/Support/Path.h"
+#include "llvm/Support/Path.h"
#include "llvm/Support/Process.h"
----------------
Duplicate.
================
Comment at: lld/COFF/Driver.cpp:463
SmallString<64> Path = StringRef(Arg->getValue());
sys::path::append(Path, "repro");
+
----------------
`"repro.tar"` here?
https://reviews.llvm.org/D28103
More information about the llvm-commits
mailing list