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
This commit is contained in:
Bruce Mitchener 2017-08-21 22:54:49 +00:00
parent a423cb431d
commit 416bc3d70a
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ add_lldb_tool(lldb-argdumper INCLUDE_IN_FRAMEWORK
argdumper.cpp
LINK_LIBS
lldbCore
lldbUtility
)