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

Saleem Abdulrasool via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 30 19:19:46 PDT 2019


compnerd created this revision.
compnerd added reviewers: davide, aprantl, clayborg.
Herald added subscribers: kristof.beyls, javed.absar, mgorny.
Herald added a project: LLDB.

lldbPluginInstructionARM does not depend on lldbProcessUtility at link
time.  The dependency is for defines and helper functions which are
header only dependencies.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D61361

Files:
  source/Plugins/Instruction/ARM/CMakeLists.txt


Index: source/Plugins/Instruction/ARM/CMakeLists.txt
===================================================================
--- source/Plugins/Instruction/ARM/CMakeLists.txt
+++ source/Plugins/Instruction/ARM/CMakeLists.txt
@@ -8,7 +8,6 @@
     lldbInterpreter
     lldbSymbol
     lldbTarget
-    lldbPluginProcessUtility
   LINK_COMPONENTS
     Support
   )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61361.197500.patch
Type: text/x-patch
Size: 357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190501/8e7b6e55/attachment-0001.bin>


More information about the lldb-commits mailing list