[Lldb-commits] [lldb] [LLDB][Docs] List available settings (PR #168245)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 17 02:34:05 PST 2025
Nerixyz wrote:
> You say that currently that building the documentation depends on liblldb but I don't believe that's accurate (or if it is, that's a regression).
I only looked at the output of the documentation builder (e.g. https://lab.llvm.org/buildbot/#/builders/45/builds/18201/steps/5/logs/stdio). This shows that liblldb is indeed built.
I'll try to do the generation with just the Tablegen files. Though I would like to have something similar for commands (a page the shows all available ones and their options). There, we'd need to convert alltheir definitions to Tablegen, I suppose.
https://github.com/llvm/llvm-project/pull/168245
More information about the lldb-commits
mailing list