[all-commits] [llvm/llvm-project] 192c60: [Driver] Make the findVCToolChainViaEnvironment ca...
Artur Gainullin via All-commits
all-commits at lists.llvm.org
Tue Apr 13 13:38:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 192c6023e1e2f31284752d17846401158445f42d
https://github.com/llvm/llvm-project/commit/192c6023e1e2f31284752d17846401158445f42d
Author: Artur Gainullin <artur.gainullin at intel.com>
Date: 2021-04-13 (Tue, 13 Apr 2021)
Changed paths:
M clang/lib/Driver/ToolChains/MSVC.cpp
Log Message:
-----------
[Driver] Make the findVCToolChainViaEnvironment case-insensitive
PATH usage on Windows is case-insensitive. There could be situations
when toolchain path can't be obtained from PATH because of
case-sensitivity of the findVCToolChainViaEnvironment.
Reviewed By: rnk
Differential Revision: https://reviews.llvm.org/D100361
More information about the All-commits
mailing list