[PATCH] D102481: [docs] Collate CMake options
Aaron Ballman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 1 06:53:58 PDT 2021
aaron.ballman added a comment.
Thank you for rearranging this, I think using an alphabetical ordering for most of the cases makes a ton of sense.
FWIW, I also agree the most frequently used options should include: `LLVM_TARGETS_TO_BUILD`, `LLVM_PARALLEL_COMPILE_JOBS`, `LLVM_PARALLEL_LINK_JOBS`, `LLVM_ENABLE_PROJECTS`, and perhaps `LLVM_USE_LINKER` as well. I'm sure we can bikeshed on what the most commonly used options are, but those seem like they are ones that most impact anyone getting started with the project.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102481/new/
https://reviews.llvm.org/D102481
More information about the llvm-commits
mailing list