[PATCH] Make a good guess about where MSVC and Windows SDK libraries are for linking.

Zachary Turner zturner at google.com
Mon Oct 20 15:01:56 PDT 2014


================
Comment at: lib/Driver/WindowsToolChain.cpp:226
@@ +225,3 @@
+  bool unknownSdkLayout = false;
+  if (sdkMajor <= 7) {
+    if (x64)
----------------
hans wrote:
> I have no idea if this is correct, but I guess it looks reasonable :)
I found someone with an installation of the 7.0 SDK, and this is what he said his looked like.  So it seems correct.

http://reviews.llvm.org/D5873






More information about the cfe-commits mailing list