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

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 11 11:39:57 PDT 2018


thakis added a comment.

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

> How about changing the Clang driver so that it invokes a linker using a relative path instead of an absolute one when appropriate?


On Windows, build systems usually call the linker directly, instead of through the driver. That path can still be quite long. (Also, see above.)


https://reviews.llvm.org/D49189





More information about the llvm-commits mailing list