[Lldb-commits] [PATCH] D73067: [lldb/CMake] Auto-generate the Initialize and Terminate calls for plugin

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Feb 16 23:55:12 PST 2020


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

This looks good. Thanks for working on this.



================
Comment at: lldb/source/Plugins/CMakeLists.txt:45
+
+set_property(GLOBAL PROPERTY LLDB_PLUGINS_INCLUDE_DIR ${CMAKE_CURRENT_BINARY_DIR})
----------------
I guess you don't need to set this now.


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

https://reviews.llvm.org/D73067





More information about the lldb-commits mailing list