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