[Lldb-commits] [PATCH] D86722: [lldb] Make lldb-argdumper a dependency of liblldb

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 27 09:31:50 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa7e4a1773535: [lldb] Make lldb-argdumper a dependency of liblldb (authored by JDevlieghere).
Herald added a project: LLDB.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86722

Files:
  lldb/tools/argdumper/CMakeLists.txt


Index: lldb/tools/argdumper/CMakeLists.txt
===================================================================
--- lldb/tools/argdumper/CMakeLists.txt
+++ lldb/tools/argdumper/CMakeLists.txt
@@ -4,3 +4,5 @@
   LINK_COMPONENTS
     Support
 )
+
+add_dependencies(liblldb lldb-argdumper)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86722.288368.patch
Type: text/x-patch
Size: 286 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200827/b6a47bb8/attachment.bin>


More information about the lldb-commits mailing list