[patch] Use ld.lld2 as a argv[0] alias
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 1 15:53:05 PDT 2015
I'd use StringRef::endswith_lower instead of path::extension (why do we
have that function btw?). There are two spaces after ld.lld2. Otherwise
LGTM.
On Thu, Oct 1, 2015 at 3:36 PM, Rafael EspĂndola <rafael.espindola at gmail.com
> wrote:
> The reason for the name is so that we can run
>
> ./build/bin/clang -fuse-ld=lld2 test.o -o t
>
>
> Cheers,
> Rafael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151001/089cf234/attachment.html>
More information about the llvm-commits
mailing list