[Lldb-commits] [PATCH] D61361: PluginInstructionARM: avoid unnecessary link

Saleem Abdulrasool via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 2 08:22:29 PDT 2019


compnerd added a comment.

@labath - I don't have a problem with the dependency - we can do a `add_dependency` for the plugin.  My issue is that this should not be linked against.  This mess of dependencies makes it difficult to track down the bloat in `lldb-server`.  Currently, `lldb-server` weighs in at ~9M while `gdb-server` is ~700K.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D61361





More information about the lldb-commits mailing list