[PATCH] D148683: [docs] Fix the CMAKE_BUILD_TYPE option in the cmake command in GettingStarted.rst.
terrydang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 18 23:43:38 PDT 2023
terrydang updated this revision to Diff 514834.
terrydang retitled this revision from "[docs] Fix cmake command option about CMAKE_BUILD_TYPE in GettingStarted.rst." to "[docs] Fix the CMAKE_BUILD_TYPE option in the cmake command in GettingStarted.rst.".
terrydang edited the summary of this revision.
terrydang removed a subscriber: llvm-commits.
terrydang added a comment.
update commit msg
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148683/new/
https://reviews.llvm.org/D148683
Files:
llvm/docs/GettingStarted.rst
Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -683,7 +683,7 @@
.. code-block:: console
- % cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=<type> -DCMAKE_BUILD_TYPE=type SRC_ROOT
+ % cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=<type> SRC_ROOT
Between runs, CMake preserves the values set for all options. CMake has the
following build types defined:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148683.514834.patch
Type: text/x-patch
Size: 495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230419/1275f4a6/attachment.bin>
More information about the llvm-commits
mailing list