]> granicus.if.org Git - clang/commit
WindowsToolChain: decouple build environment from the toolchain
authorAlp Toker <alp@nuanti.com>
Sun, 22 Jun 2014 03:27:52 +0000 (03:27 +0000)
committerAlp Toker <alp@nuanti.com>
Sun, 22 Jun 2014 03:27:52 +0000 (03:27 +0000)
commit4ce3ceddb11b779a418a239f65b1e60f08534e80
treeabb599c9ba19ba0b7663c6fe3d5030d5046c5292
parent78b978a5b215b5a7fcb3d8251d7c28c5bc61258d
WindowsToolChain: decouple build environment from the toolchain

Don't try to find the MSVC version that the binaries were built with. Doing so
defeats testing by causing invalid test passes on the build servers.

Whichever Visual Studio (or clang-cl.exe) edition was used to build the clang
package, it's strictly orthogonal and has no relation to software versions
available on the user's PC.

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