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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 16 00:17:50 PST 2021


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

Looks good from my point of view.



================
Comment at: llvm/docs/CommandGuide/llvm-config.rst:46
 
- Print the source root from which LLVM was built.
+ Print the build system used to build LLVM (e.g. `cmake` or `gn`).
 
----------------
I'd actually get rid of "gn" to avoid confusion, as I believe gn builds aren't officially supported by core LLVM (it's maintained by the users of gn, rather than the wider community), like bazel, but I don't mind that much.


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