[Lldb-commits] [lldb] [lldb/docs] Add scripting extensions documentation to the website (PR #97262)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 2 10:14:58 PDT 2024
================
@@ -25,10 +25,17 @@ if (LLDB_ENABLE_PYTHON AND SPHINX_FOUND)
# Pretend that the SWIG generated API is a Python package.
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lldb)
get_target_property(lldb_bindings_dir swig_wrapper_python BINARY_DIR)
+
----------------
bulbazord wrote:
nit: stray space?
https://github.com/llvm/llvm-project/pull/97262
More information about the lldb-commits
mailing list