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

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 6 14:52:27 PST 2019


JDevlieghere added inline comments.


================
Comment at: source/API/SBReproducer.cpp:821
                          (lldb::SBTypeNameSpecifier));
+#ifndef LLDB_DISABLE_PYTHON
     LLDB_REGISTER_METHOD(lldb::SBTypeSummary, SBDebugger, GetSummaryForType,
----------------
The order of the methods doesn't matter within a block, feel free to group multiple of these functions together into one ifndef.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59056/new/

https://reviews.llvm.org/D59056





More information about the lldb-commits mailing list