[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
Fri Jul 20 07:31:12 PDT 2018


thakis added a comment.

Ok, basename is already a big improvement, so let's start there :-)

While finding the filename() function, I noticed that COFF/InputFiles.cpp could use it for slightly simpler code as well. If this change looks fine to you, I'll land it as 2 commits (one for the log message change, and one for the InputFiles.cpp simplification).


https://reviews.llvm.org/D49189





More information about the llvm-commits mailing list