[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 10:56:13 PDT 2018


smeenai added a comment.

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

> I think we should at least include "ld.lld: " part in the error message, because without that, it is sometimes hard to identify what command is emitting an error in a long build log.


+1 – it's useful to be able to immediately identify linker errors.

Do you plan to do something similar for lld-link as well?


https://reviews.llvm.org/D49189





More information about the llvm-commits mailing list