[PATCH] D68321: Fix clang Visual Studio build instructions

Adrian McCarthy via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 20 11:18:33 PDT 2021


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>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68321.338936.patch
Type: text/x-patch
Size: 501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210420/be279b75/attachment.bin>


More information about the cfe-commits mailing list