[PATCH] D145413: [docs] Update README and GettingStarted

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 13:07:52 PST 2023


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

LGTM. Deduplicating `README.md` makes sense and removes one place to change when we update instructions.
Changes like `cmake -S ` LG, too.



================
Comment at: llvm/docs/GettingStarted.rst:30
 
-The LLVM Getting Started documentation may be out of date.  The `Clang
-Getting Started <https://clang.llvm.org/get_started.html>`_ page might have more
-accurate information.
-
-This is an example workflow and configuration to get and build the LLVM source:
-
-#. Checkout LLVM (including related subprojects like Clang):
+#. Checkout LLVM (including subprojects like Clang):
 
----------------
Check out


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145413/new/

https://reviews.llvm.org/D145413



More information about the llvm-commits mailing list