[PATCH] D47799: [COFF] add /errorrepro to save reproducer on error
Bob Haarman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 5 14:25:16 PDT 2018
inglorion created this revision.
inglorion added reviewers: rnk, ruiu.
This adds an /errorrepro:<dir> flag to lld-link. The flag
instructs the linker to write a repro.tar file in the specified
directory if linking fails. The functionality is modeled after
/linkrepro, which unconditionally writes the reproducer.
https://reviews.llvm.org/D47799
Files:
lld/COFF/Driver.cpp
lld/COFF/Driver.h
lld/COFF/Options.td
lld/test/COFF/errorrepro.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47799.150043.patch
Type: text/x-patch
Size: 5348 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180605/eae3b2be/attachment.bin>
More information about the llvm-commits
mailing list