[PATCH] D101997: [lld] Add a feature for each lld variant when use_lld is called
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 17 07:45:09 PDT 2021
jhenderson added inline comments.
================
Comment at: llvm/utils/lit/tests/Inputs/lld-features/lit.cfg:17
+lit.llvm.llvm_config.with_environment('PATH', curdir, append_path=True)
+lit.llvm.llvm_config.use_lld()
----------------
Depending on whether I land this patch or D102630 first, this line somewhere will need to change to `use_lld(use_installed=True)`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101997/new/
https://reviews.llvm.org/D101997
More information about the llvm-commits
mailing list