[PATCH] D88850: [lit, windows] Fix the search for git tools on Windows to check the path first
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 5 13:53:51 PDT 2020
rnk added inline comments.
================
Comment at: llvm/utils/lit/lit/llvm/config.py:26
path = None
lit_tools_dir = getattr(config, 'lit_tools_dir', None)
required_tools = ['cmp.exe', 'grep.exe', 'sed.exe', 'diff.exe', 'echo.exe']
----------------
I thought the implication was that getToolsPath will fail if you pass it None. I thought the suggestion was to make the default value here by `[]`, so it will succeed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88850/new/
https://reviews.llvm.org/D88850
More information about the llvm-commits
mailing list