[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:38:58 PDT 2023
fzakaria updated this revision to Diff 540618.
fzakaria added a comment.
- added missing build specified in docs
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
@@ -89,10 +89,10 @@
you run into memory issues building LLVM, try setting this to limit the
maximum number of compile/link jobs running at the same time.
- * ``cmake --build . [--target <target>]`` or the build system specified
+ * ``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.540618.patch
Type: text/x-patch
Size: 783 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230715/ea19d7f7/attachment.bin>
More information about the llvm-commits
mailing list