[PATCH] D145413: [docs] Update README and GettingStarted
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 6 13:10:03 PST 2023
MaskRay added inline comments.
================
Comment at: llvm/docs/GettingStarted.rst:71
+ * ``-DCMAKE_BUILD_TYPE=type`` --- Controls optimization level and debug
+ information of the build. Valid options for *type* are Debug, Release,
+ RelWithDebInfo, and MinSizeRel. For more detailed information see
----------------
Keep double backquotes for Debug, Release, ...
================
Comment at: llvm/docs/GettingStarted.rst:95
- * For more information see `CMake <CMake.html>`__
+ * A basic CMake and build/test invocation:
+
----------------
... building just `llvm/`, not other subprojects
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