[clang] 6e77a67 - Fix clang Visual Studio build instructions
Adrian McCarthy via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 20 11:18:34 PDT 2021
Author: Alessandro Vergani
Date: 2021-04-20T11:17:29-07:00
New Revision: 6e77a67171e68d9eda811799d5b1c2530282478e
URL: https://github.com/llvm/llvm-project/commit/6e77a67171e68d9eda811799d5b1c2530282478e
DIFF: https://github.com/llvm/llvm-project/commit/6e77a67171e68d9eda811799d5b1c2530282478e.diff
LOG: Fix clang Visual Studio build instructions
Change cd ..\.. to cd llvm-project (the former is probably a leftover
of the old svn instructions)
Committer: Adrian McCarthy <amccarth at google.com>
Differential Revision: https://reviews.llvm.org/D68321
Added:
Modified:
clang/www/get_started.html
Removed:
################################################################################
diff --git a/clang/www/get_started.html b/clang/www/get_started.html
index 4c5a3976a6ad..aacf55af8f57 100755
--- a/clang/www/get_started.html
+++ b/clang/www/get_started.html
@@ -137,7 +137,7 @@ <h3 id="buildWindows">Using Visual Studio</h3>
</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>
More information about the cfe-commits
mailing list