Skip to content

Commit

Permalink
Fix clang Visual Studio build instructions
Browse files Browse the repository at this point in the history
Change cd ..\.. to cd llvm-project (the former is probably a leftover
of the old svn instructions)

Committer: Adrian McCarthy <amccarth@google.com>

Differential Revision: https://reviews.llvm.org/D68321
  • Loading branch information
Loghorn authored and amccarth-google committed Apr 20, 2021
1 parent 98dceed commit 6e77a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/www/get_started.html
Expand Up @@ -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>
Expand Down

0 comments on commit 6e77a67

Please sign in to comment.