[Lldb-commits] [lldb] [LLDB][Docs] List available settings (PR #168245)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 14 08:27:54 PDT 2026
================
@@ -46,13 +62,17 @@ if (LLDB_ENABLE_PYTHON AND SPHINX_FOUND)
# The sphinx config needs to know where the generated LLDB Python module is.
# There is no way to pass a variable into our sphinx config, so just pass
# the path to the module via the LLDB_SWIG_MODULE environment variable.
- add_sphinx_target(html lldb ENV_VARS "LLDB_SWIG_MODULE=${CMAKE_CURRENT_BINARY_DIR}")
+ add_sphinx_target(html lldb
+ ENV_VARS
----------------
JDevlieghere wrote:
Are environment variables the only way to pass arguments?
https://github.com/llvm/llvm-project/pull/168245
More information about the lldb-commits
mailing list