[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
Thu Dec 16 11:13:40 PST 2021


fw-immunant marked an inline comment as not done.
fw-immunant added inline comments.


================
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`).
 
----------------
fw-immunant wrote:
> jhenderson wrote:
> > 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.
> There seems to be code in the LLVM tree (in `llvm/utils/gn/secondary/llvm/tools/llvm-config/BUILD.gn`) that will result in `gn` appearing here, so I think it's reasonable to document the possibility. If you want it removed say so and I'll change it.
Otherwise, go ahead and commit, as I don't have commit access myself.


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