[PATCH] D12832: [Driver] Added support for Windows 10 SDK

Igor Kudrin via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 13 01:01:51 PDT 2015


ikudrin created this revision.
ikudrin added reviewers: ruiu, rnk.
ikudrin added a subscriber: cfe-commits.

With Windows 10 SDK, Include and Lib directories now contain an additional subfolder with the name that corresponds to the full version of the SDK, for example:
  - C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\um
  - C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10240.0\um\x64


http://reviews.llvm.org/D12832

Files:
  cfe/trunk/lib/Driver/MSVCToolChain.cpp
  cfe/trunk/lib/Driver/ToolChains.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12832.34641.patch
Type: text/x-patch
Size: 10268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150913/68f14e7e/attachment.bin>


More information about the cfe-commits mailing list