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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 15 01:20:45 PST 2021


jhenderson added a comment.

> I'd probably recommend reordering the options to be in alphabetical order too.

Apologies if this wasn't clear, but I think the alphabetical ordering should be done in this patch.



================
Comment at: llvm/docs/CommandGuide/llvm-config.rst:66
+
+ Print the installation directory for LLVM cmake modules.
+
----------------
I believe "cmake" is actually written "CMake".


================
Comment at: llvm/docs/CommandGuide/llvm-config.rst:128
+
+ Print the build system used to build LLVM (always cmake).
+
----------------
"CMake" (though I wonder whether this statement is accurate in the presence of gn or bazel).


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