[Lldb-commits] [PATCH] D59056: Repair the build when LLDB_DISABLE_PYTHON is set

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 6 14:48:32 PST 2019


xiaobai created this revision.
xiaobai added reviewers: JDevlieghere, labath.

If LLDB_DISABLE_PYTHON is set, some functions are unavailable but
SBReproducer assumes they are. Let's conditionally register those functions
since they are conditionally declared.


https://reviews.llvm.org/D59056

Files:
  source/API/SBReproducer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59056.189598.patch
Type: text/x-patch
Size: 5487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190306/b1a61670/attachment.bin>


More information about the lldb-commits mailing list