[PATCH] D115533: [docs] Document all llvm-config command-line options

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 15 12:18:30 PST 2021


GMNGeoffrey added inline comments.


================
Comment at: llvm/docs/CommandGuide/llvm-config.rst:128
+
+ Print the build system used to build LLVM (always cmake).
+
----------------
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


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