The CMake build uses "x86_64-pc-windows-msvc". The "-msvc" suffix is
important because e.g. clang/test/lit.cfg.py matches against the
suffix "windows-msvc" to compute the presence of the "ms-sdk" and
the absence of the "LP64" feature.
Differential Revision: https://reviews.llvm.org/D68572
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373899
91177308-0d34-0410-b5e6-
96231b3b80d8
} else if (current_os == "mac") {
llvm_current_triple = "x86_64-apple-darwin"
} else if (current_os == "win") {
- llvm_current_triple = "x86_64-pc-windows"
+ llvm_current_triple = "x86_64-pc-windows-msvc"
}
} else if (current_cpu == "arm64") {
if (current_os == "android") {