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)
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)
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits