Fix for Visual Studio 2017

Hamza Sood via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 2 17:55:27 PST 2017


Visual Studio 2017 changes the layout of its compiler tools (described here: https://blogs.msdn.microsoft.com/vcblog/2016/10/07/compiler-tools-layout-in-visual-studio-15/).
If there are no other Visual Studio versions installed, Clang will be unable to find link.exe and hence will fail at the linking stage. This patch should fix that.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: VS2017Fix.patch
Type: application/octet-stream
Size: 8497 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170103/a61cdf1b/attachment.obj>


More information about the cfe-commits mailing list