[all-commits] [llvm/llvm-project] f8463d: [lldb] Allow EXE or exe in toolchain-msvc.test
David Spickett via All-commits
all-commits at lists.llvm.org
Fri Apr 29 05:24:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8463da4a329b839cfd01d7f80ae72e18f3c061e
https://github.com/llvm/llvm-project/commit/f8463da4a329b839cfd01d7f80ae72e18f3c061e
Author: David Spickett <david.spickett at linaro.org>
Date: 2022-04-29 (Fri, 29 Apr 2022)
Changed paths:
M lldb/test/Shell/BuildScript/toolchain-msvc.test
Log Message:
-----------
[lldb] Allow EXE or exe in toolchain-msvc.test
I suspect that one of link or cl is found by shutil.which
and one isn't, hence the case difference. It doesn't really
matter for what the test is looking for.
More information about the All-commits
mailing list