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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 15 11:34:07 PDT 2023


MaskRay added inline comments.


================
Comment at: llvm/docs/GettingStarted.rst:95
 
-     * 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.
----------------
I will change `make` to `make -C build` while here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153727



More information about the llvm-commits mailing list