llvm-project/lldb/cmake
Chris Bieneman cee3837eb8 [CMake] Add explicit dependencies to plugins
Summary:
This patch does two things. First it updates all the ABI plugins with accurate dependencies, and second it adds a tracking mechanism for add_lldb_library to denote plugin libraries, allowing us to build up a list of all the configured plugins.

This list of generated plugins will be used during generating liblldb so that we can link all the plugins into the library.

If this patch looks good I will update all the other plugins in subsequent patches.

Reviewers: labath, zturner

Subscribers: nemanjai, mgorny, lldb-commits, jgosnell

Differential Revision: https://reviews.llvm.org/D29348

llvm-svn: 293696
2017-01-31 22:12:59 +00:00
..
modules [CMake] Add explicit dependencies to plugins 2017-01-31 22:12:59 +00:00
platforms Refactor the android accept hack 2017-01-27 12:23:51 +00:00
LLDBDependencies.cmake [cmake] Make lldb build with the android ndk toolchain file 2017-01-17 11:55:00 +00:00