[PATCH] D105822: [docs] More CMAKE variable documentation
Shivam Gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 15 04:45:40 PDT 2021
xgupta added a comment.
I think newcomers first visit getting started to know the common practice or frequently used variable. It will be duplication to write a similar heading in CMake.rst
================
Comment at: llvm/docs/CMake.rst:211
+
+.. _Frequently Used LLVM-specific variables:
+
----------------
I think similar documentation is available on getting started page - https://llvm.org/docs/GettingStarted.html#getting-the-source-code-and-building-llvm, https://llvm.org/docs/GettingStarted.html#local-llvm-configuration and https://llvm.org/docs/GettingStarted.html#common-problems.
And again the same variables are listed on the same cmake.rst page below so again a duplication.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105822/new/
https://reviews.llvm.org/D105822
More information about the llvm-commits
mailing list