[www] r190192 - update instructions for using the VS integration

Hans Wennborg hans at hanshq.net
Fri Sep 6 11:55:04 PDT 2013


Author: hans
Date: Fri Sep  6 13:55:04 2013
New Revision: 190192

URL: http://llvm.org/viewvc/llvm-project?rev=190192&view=rev
Log:
update instructions for using the VS integration

Modified:
    www/trunk/builds/index.html

Modified: www/trunk/builds/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/builds/index.html?rev=190192&r1=190191&r2=190192&view=diff
==============================================================================
--- www/trunk/builds/index.html (original)
+++ www/trunk/builds/index.html Fri Sep  6 13:55:04 2013
@@ -45,7 +45,8 @@ license.</p>
   based on SVN r190173.  </p>
 
   <p>To use the LLVM toolchain from Visual Studio, open project properties and
-  change the "Platform Toolset" from the current value to "llvm".
+  change the "Platform Toolset" from the current value 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>
 





More information about the llvm-commits mailing list