I could be wrong but it seems to have no use for MinGW.
Related diff: https://reviews.llvm.org/D29772
Differential D29952
Create msbuild only when using MSVC mati865 on Feb 14 2017, 11:29 AM. Authored by
Details I could be wrong but it seems to have no use for MinGW. Related diff: https://reviews.llvm.org/D29772
Diff Detail
Event TimelineComment Actions 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. Comment Actions That's valid concern, I'll try tomorrow to find out how it works. P.S. Comment Actions I suppose those 4 lines were your concern: https://github.com/llvm-mirror/llvm/blob/3ca564103abdd0c70f28f270873a2e535c245a6f/CMakeLists.txt#L231 I ran make package in the build dir patched with this diff and https://reviews.llvm.org/D29772 and it returned no errors. Comment Actions Thank you @rnk |