[PATCH] D115533: [docs] [tools] Document and alphabetize all llvm-config command-line options
fw via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 15 15:42:48 PST 2021
fw-immunant marked an inline comment as done.
fw-immunant added inline comments.
================
Comment at: llvm/docs/CommandGuide/llvm-config.rst:128
+
+ Print the build system used to build LLVM (always cmake).
+
----------------
GMNGeoffrey wrote:
> jhenderson wrote:
> > "CMake" (though I wonder whether this statement is accurate in the presence of gn or bazel).
> Bazel is unsupported, etc. etc., but yeah I think the "always cmake" bit here isn't super helpful. Even if not upstream I know various people build LLVM with various build systems
The only other option I saw as possible based on a grep for LLVM_BUILD_SYSTEM is `gn`, so I've mentioned it here. Unlike the other mention of lower-case "cmake", this one is actually correct--the value printed is lowercase.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115533/new/
https://reviews.llvm.org/D115533
More information about the llvm-commits
mailing list