[PATCH] D68321: Fix clang Visual Studio build instructions
Alessandro Vergani via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 2 00:08:39 PDT 2019
Loghorn created this revision.
Loghorn added reviewers: rnk, rsmith.
Loghorn added a project: clang.
Herald added a subscriber: cfe-commits.
Change cd ..\.. to cd llvm-project (the former is probably a leftover of the old svn instructions)
Repository:
rC Clang
https://reviews.llvm.org/D68321
Files:
clang/www/get_started.html
Index: clang/www/get_started.html
===================================================================
--- clang/www/get_started.html
+++ clang/www/get_started.html
@@ -137,7 +137,7 @@
</li>
<li>Run CMake to generate the Visual Studio solution and project files:
<ul>
- <li><tt>cd ..\..</tt> (back to where you started)</li>
+ <li><tt>cd llvm-project</tt></li>
<li><tt>mkdir build</tt> (for building without polluting the source dir)</li>
<li><tt>cd build</tt></li>
<li>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68321.222763.patch
Type: text/x-patch
Size: 501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191002/724655d9/attachment.bin>
More information about the cfe-commits
mailing list