[PATCH] D90291: [clangd] Add lit tests for remote index
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 2 04:46:43 PST 2020
hans added inline comments.
================
Comment at: clang-tools-extra/clangd/test/lit.site.cfg.py.in:11
config.host_triple = "@LLVM_HOST_TRIPLE@"
+config.python_executable = "@Python3_EXECUTABLE@"
----------------
Could this use `PYTHON_EXECUTABLE` instead? I see other tests using that, and Python3_EXECUTABLE might not always be set.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90291/new/
https://reviews.llvm.org/D90291
More information about the cfe-commits
mailing list