[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:43:00 PDT 2018


inglorion added a comment.

I am investigating https://bugs.chromium.org/p/chromium/issues/detail?id=786127, which is a failure that does not reproduce reliably. I could use /linkrepro to save all link inputs always, but that would use up a lot of disk space. Running the command again with /linkrepro will almost certainly not reproduce the failure. Having a way to only save the reproducer when an error occurs would help here, and also seems a generally useful feature to have.


https://reviews.llvm.org/D47799





More information about the llvm-commits mailing list