[PATCH] D101995: [lit] Allow specification of LLD variant paths via environment variable
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 7 00:54:32 PDT 2021
jhenderson added inline comments.
================
Comment at: llvm/utils/lit/lit/llvm/config.py:607
tool_substitutions.append(ToolSubst(r'ld\.lld', command=ld_lld))
+ self.config.available_features.add('ld.lld')
if lld_link:
----------------
thopre wrote:
> This is already in the other patch, do you want to rebase this one on top?
Oops. Messed up making my diff. The actual version I've got locally is correct.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101995/new/
https://reviews.llvm.org/D101995
More information about the llvm-commits
mailing list