[PATCH] D153727: fix: GettingStarted.rst cmake should reference build

Farid Zakaria via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 19:32:39 PDT 2023


fzakaria updated this revision to Diff 540616.
fzakaria added a comment.

Add missing build in documentation from review comment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153727

Files:
  llvm/docs/GettingStarted.rst


Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -92,7 +92,7 @@
    * ``cmake --build build [--target <target>]`` or the build system specified
      above directly.
 
-     * The default target (i.e. ``cmake --build .`` or ``make``) will build all of
+     * The default target (i.e. ``cmake --build build`` or ``make``) will build all of
        LLVM.
 
      * The ``check-all`` target (i.e. ``ninja check-all``) will run the


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153727.540616.patch
Type: text/x-patch
Size: 553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230715/33f91edd/attachment.bin>


More information about the llvm-commits mailing list