summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2017-08-21 22:54:49 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2017-08-21 22:54:49 +0000
commit416bc3d70ab774514c896f966040cdf854874c1f (patch)
treef31069762ccbb10c2b245a1f61ef831d370c9742
parenta423cb431dccb914eb47ff2a8d326d671698af53 (diff)
downloadbcm5719-llvm-416bc3d70ab774514c896f966040cdf854874c1f.tar.gz
bcm5719-llvm-416bc3d70ab774514c896f966040cdf854874c1f.zip
lldb-argdumper doesn't need lldbCore.
Summary: lldb-argdumper only needs lldbUtility to successfully build and link. Reviewers: beanz, zturner, labath Subscribers: mgorny, lldb-commits Differential Revision: https://reviews.llvm.org/D36948 llvm-svn: 311399
-rw-r--r--lldb/tools/argdumper/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/tools/argdumper/CMakeLists.txt b/lldb/tools/argdumper/CMakeLists.txt
index 42f1dd51582..a0561f12aea 100644
--- a/lldb/tools/argdumper/CMakeLists.txt
+++ b/lldb/tools/argdumper/CMakeLists.txt
@@ -4,7 +4,6 @@ add_lldb_tool(lldb-argdumper INCLUDE_IN_FRAMEWORK
argdumper.cpp
LINK_LIBS
- lldbCore
lldbUtility
)
OpenPOWER on IntegriCloud