[Lldb-commits] [PATCH] D36948: lldb-argdumper doesn't need lldbCore.
Bruce Mitchener via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Aug 20 23:24:19 PDT 2017
brucem created this revision.
Herald added a subscriber: mgorny.
lldb-argdumper only needs lldbUtility to successfully build and link.
https://reviews.llvm.org/D36948
Files:
tools/argdumper/CMakeLists.txt
Index: tools/argdumper/CMakeLists.txt
===================================================================
--- tools/argdumper/CMakeLists.txt
+++ tools/argdumper/CMakeLists.txt
@@ -4,7 +4,6 @@
argdumper.cpp
LINK_LIBS
- lldbCore
lldbUtility
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36948.111927.patch
Type: text/x-patch
Size: 262 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170821/fee6d09a/attachment.bin>
More information about the lldb-commits
mailing list