[clang] [clang][docs] Improve "Obtaining Clang" section (PR #71313)

Robin Caloudis via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 16 11:11:05 PST 2024


================
@@ -22,8 +22,8 @@ started guide <https://llvm.org/docs/GettingStarted.html>`_.
 
 .. code-block:: console
 
-      cd ~/clang-llvm
-      git clone https://github.com/llvm/llvm-project.git
+      mkdir ~/clang-llvm && cd ~/clang-llvm
+      git clone https://github.com/llvm/llvm-project.git .
----------------
robincaloudis wrote:

Thanks for the review @jrtc27. Indeed, having the `llvm-project` subdirectory is much cleaner. I updated all required steps. Found some more outdated details. Please re-review. Thank you.

https://github.com/llvm/llvm-project/pull/71313


More information about the cfe-commits mailing list