[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)
commit4cfc8d6afc827f6e1e6cf9bad9829e3dfcb71aa9
tree8ee428f4b30b2834989b7afbe0b2ab8694989166
parent0b826f193f25b5fa3df1683452354ee8489804ed
[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

llvm-svn: 358662
clang/lib/Driver/ToolChains/MSVC.cpp