[PATCH] D101995: [lit] Allow specification of LLD variant paths via environment variable
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 6 08:37:19 PDT 2021
thopre 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:
----------------
This is already in the other patch, do you want to rebase this one on top?
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