[PATCH] D29952: Create msbuild only when using MSVC

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 14 11:36:02 PST 2017


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

Seems reasonable. You might want to investigate if things go wrong if you try to package an NSIS installer of clang that targets mingw. Right now it will probably attempt to install these files into ProgFiles/MSBuild, and that will likely fail with this change.


Repository:
  rL LLVM

https://reviews.llvm.org/D29952





More information about the llvm-commits mailing list