[www] r190102 - Document how to use the LLVM toolchain with VS once installed

Reid Kleckner reid at kleckner.net
Thu Sep 5 14:37:00 PDT 2013


Author: rnk
Date: Thu Sep  5 16:36:59 2013
New Revision: 190102

URL: http://llvm.org/viewvc/llvm-project?rev=190102&view=rev
Log:
Document how to use the LLVM toolchain with VS once installed

The Clang user's manual would probably be a good place for more elaborate
documentation if we have a section on clang-cl there, but for now, put this
here since it's likely to be the first question a user has.


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=190102&r1=190101&r2=190102&view=diff
==============================================================================
--- www/trunk/builds/index.html (original)
+++ www/trunk/builds/index.html Thu Sep  5 16:36:59 2013
@@ -44,6 +44,11 @@ license.</p>
     href="https://address-sanitizer.googlecode.com/files/LLVM-3.4.r190067-win32.exe">mirror</a>),
   based on SVN r190067.  </p>
 
+  <p>To use the LLVM toolchain from Visual Studio, open project properties and
+  change the "Platform Toolset" from the current value to "llvm".
+  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>
+
   <p>Currently, the package only includes <a
     href="http://clang.llvm.org">clang</a> and the <a
     href="https://code.google.com/p/address-sanitizer/wiki/AddressSanitizer">Address





More information about the llvm-commits mailing list