[PATCH] Make a good guess about where MSVC and Windows SDK libraries are for linking.
Zachary Turner
zturner at google.com
Mon Oct 20 14:24:32 PDT 2014
Hi aaron.ballman, hans, majnemer, rnk,
When a user doesn't run vcvarsall, clang doesn't know where system
libraries are located. This patch causes clang to still use the
configured environment variables when present, but when they are
not present, to make a (very good) guess.
http://reviews.llvm.org/D5873
Files:
lib/Driver/ToolChains.h
lib/Driver/Tools.cpp
lib/Driver/WindowsToolChain.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5873.15153.patch
Type: text/x-patch
Size: 3511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141020/fcd2825e/attachment.bin>
More information about the cfe-commits
mailing list