[Lldb-commits] [PATCH] D26975: Specify the dependencies of lldb-server manually

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 22 08:36:04 PST 2016


labath created this revision.
labath added reviewers: zturner, beanz, tfiala.
labath added a subscriber: lldb-commits.
Herald added subscribers: mgorny, srhines, danalbert.

This basically just inlines the LLDBDependencies.cmake file into lldb-server
CMakeLists.txt. The reason is that most of these dependencies are not actually
necessary for lldb-server (some of them can't be removed because of
cross-dependencies, but most of the plugins can). I intend to start cleaning
these up in follow-up commits, but I want to do this first, so the subsequent
ones can be easily reverted if they don't build in some configurations.

When I cleaned these up locally, I was able to get a 30%--50% improvement in
lldb-server size.


https://reviews.llvm.org/D26975

Files:
  tools/lldb-server/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26975.78880.patch
Type: text/x-patch
Size: 5332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161122/99281b18/attachment-0001.bin>


More information about the lldb-commits mailing list