[PATCH] D12695: [Driver] Use UniversalCRT on Windows if available
Igor Kudrin via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 8 08:06:00 PDT 2015
ikudrin created this revision.
ikudrin added a subscriber: cfe-commits.
With Visual Studio 2015 release, a part of runtime library was extracted and now comes with Windows Kits. This patch enables clang to use Universal CRT library if %INCLUDE or %LIB environment varaibles are not specified.
See also https://llvm.org/bugs/show_bug.cgi?id=24741
http://reviews.llvm.org/D12695
Files:
lib/Driver/MSVCToolChain.cpp
lib/Driver/ToolChains.h
lib/Driver/Tools.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12695.34213.patch
Type: text/x-patch
Size: 4369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150908/2f33a7a3/attachment-0001.bin>
More information about the cfe-commits
mailing list