]> granicus.if.org Git - clang/commit
[MSVC] Use the correct casing of HostX64/HostX86
authorMartin Storsjo <martin@martin.st>
Thu, 18 Apr 2019 13:27:31 +0000 (13:27 +0000)
committerMartin Storsjo <martin@martin.st>
Thu, 18 Apr 2019 13:27:31 +0000 (13:27 +0000)
commit182abfe86509cd15845abaab805f41b9bb18c657
treeaa373b0085b52d9a89a0261fef6649ed2d23d4fd
parent9c310357c2079d613a7433d496cba3a0d2b96b7f
[MSVC] Use the correct casing of HostX64/HostX86

If accessing the MSVC installation root directly on a case sensitive
filesystem, these details matter.

Differential Revision: https://reviews.llvm.org/D60627

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358662 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/MSVC.cpp