This revision was automatically updated to reflect the committed changes. Closed by commit rG6e77a67171e6: Fix clang Visual Studio build instructions (authored by Loghorn, committed by amccarth).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D68321/new/ 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>
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>
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits