[www] r339331 - win snapshots: vs integration requires vs2017 or later
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 9 05:00:05 PDT 2018
Author: hans
Date: Thu Aug 9 05:00:04 2018
New Revision: 339331
URL: http://llvm.org/viewvc/llvm-project?rev=339331&view=rev
Log:
win snapshots: vs integration requires vs2017 or later
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=339331&r1=339330&r2=339331&view=diff
==============================================================================
--- www/trunk/builds/index.html (original)
+++ www/trunk/builds/index.html Thu Aug 9 05:00:04 2018
@@ -51,8 +51,8 @@ license.</p>
<p>To use the LLVM toolchain from Visual Studio after running the installer
above, install the <a href="https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.llvm-toolchain">LLVM
- Compiler Toolchain Visual Studio extension</a> (supports Visual Studio 2015 and
- 2017), select a project in Solution Explorer, open its Property Page (Alt+F7 by
+ Compiler Toolchain Visual Studio extension</a> (supports Visual Studio 2017 and
+ later), select a project in Solution Explorer, open its Property Page (Alt+F7 by
default), and in the "General" section of "Configuration Properties" change
"Platform Toolset" to "llvm". Alternatively, invoke MSBuild with
<code>/p:PlatformToolset=llvm</code> to try out the toolchain without
More information about the llvm-commits
mailing list