[Lldb-commits] [PATCH] D94063: lldb: Add support for DW_AT_ranges on DW_TAG_subprograms
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 12 02:52:47 PST 2021
DavidSpickett added a comment.
Do you have python enabled in the build? (https://lldb.llvm.org/resources/build.html#preliminaries)
The cmake option LLDB_ENABLE_PYTHON defaults to Auto which has tripped me up in the past. If you set it to YES then you'll get a build error if it fails to find a suitable Python instead of silently disabling it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94063/new/
https://reviews.llvm.org/D94063
More information about the lldb-commits
mailing list