[Windows] Clarify Visual Studio usage instructions

Beman Dawes bdawes at acm.org
Sun Sep 8 17:27:36 PDT 2013


Patch for http://llvm.org/svn/llvm-project/www/trunk to clarify usage
instructions.

--Beman

Index: builds/index.html
==============================
=====================================
--- builds/index.html    (revision 190279)
+++ builds/index.html    (working copy)
@@ -43,8 +43,10 @@
     href="
https://address-sanitizer.googlecode.com/files/LLVM-3.4.r190202-win32.exe
">mirror</a>),
   based on SVN r190202.  </p>

-  <p>To use the LLVM toolchain from Visual Studio, open project properties
and
-  change the "Platform Toolset" from the current value to "LLVM-vs2010"
+  <p>To use the LLVM toolchain from Visual Studio, select a project in
Solution
+  Explorer, hit Alt+F7 to open its Property Page, then in the "General"
section
+  of "Configuration Properties"
+  change "Platform Toolset" to "LLVM-vs2010"
   or "LLVM-vs2012".
   Alternatively, in a continuous integration setting, invoke MSBuild with
   <code>/p:CLTool=C:\Program Files\LLVM 3.4.svn\bin\clang-cl.exe</code></p>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130908/33f26420/attachment.html>


More information about the llvm-commits mailing list