That's the issue - lldb-python-doc depends on liblldb. From docs/CMakeLists.txt:
if(EPYDOC_EXECUTABLE)
find_program(DOT_EXECUTABLE dot)
if(DOT_EXECUTABLE)
set(EPYDOC_OPTIONS ${EPYDOC_OPTIONS} --graph all --dotpath
${DOT_EXECUTABLE})
endif()
set(DOC_DIR "${CMAKE_CURRENT_SOURCE_
https://bugs.llvm.org/show_bug.cgi?id=41473
Frederic Riss changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Hi,
I am going to be starting work on implementing LLDB support for
AArch64/Arm64 scalable vector extension (SVE) in coming weeks. For a quick
walk through of SVE please read through this doc here:
https://www.kernel.org/doc/Documentation/arm64/sve.txt
In summary it allows hardware + kernel which