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@google.com>

Differential Revision: https://reviews.llvm.org/D68321
This commit is contained in:
Alessandro Vergani 2021-04-20 11:02:48 -07:00 committed by Adrian McCarthy
parent 98dceed64b
commit 6e77a67171
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ Visual Studio:</p>
</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>