[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:26:34 PDT 2019
compnerd updated this revision to Diff 197793.
compnerd added a comment.
convert link to a proper dependency
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61361/new/
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,7 @@
lldbInterpreter
lldbSymbol
lldbTarget
- lldbPluginProcessUtility
LINK_COMPONENTS
Support
)
+add_dependencies(lldbPluginInstructionARM PRIVATE lldbPluginProcessUtility)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61361.197793.patch
Type: text/x-patch
Size: 434 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190502/9a687037/attachment.bin>
More information about the lldb-commits
mailing list