[PATCH] D49189: Omit path to lld binary from lld's error and warning diagnostics.

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 11 13:32:13 PDT 2018


smeenai added a comment.

In https://reviews.llvm.org/D49189#1159171, @ruiu wrote:

> Maybe printing out the basename of argv[0] could get the right balance. What do you think?


I'm in favor of this. It's what gcc, ld.bfd, and ld.gold appear to do as well, so there's some precedent.


https://reviews.llvm.org/D49189





More information about the llvm-commits mailing list