[PATCH] D148683: [docs] Fix cmake command option about CMAKE_BUILD_TYPE in GettingStarted.rst.

terrydang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 22:29:20 PDT 2023


terrydang updated this revision to Diff 514823.
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.514823.patch
Type: text/x-patch
Size: 495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230419/36493e2b/attachment.bin>


More information about the llvm-commits mailing list