[PATCH] D60627: [MSVC] Use the correct casing of HostX64/HostX86

2019-04-18 Thread Martin Storsjö via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL358662: [MSVC] Use the correct casing of HostX64/HostX86 (authored by mstorsjo, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Changed prior to commit: https://re

[PATCH] D60627: [MSVC] Use the correct casing of HostX64/HostX86

2019-04-18 Thread Hans Wennborg via Phabricator via cfe-commits
hans accepted this revision. hans added a comment. This revision is now accepted and ready to land. Looks good to me. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D60627/new/ https://reviews.llvm.org/D60627 ___ cfe-c

[PATCH] D60627: [MSVC] Use the correct casing of HostX64/HostX86

2019-04-12 Thread Martin Storsjö via Phabricator via cfe-commits
mstorsjo created this revision. mstorsjo added a reviewer: rnk. Herald added a project: clang. If accessing the MSVC installation root directly on a case sensitive filesystem, these details matter. Repository: rC Clang https://reviews.llvm.org/D60627 Files: lib/Driver/ToolChains/MSVC.cpp