forked from OSchip/llvm-project
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:
parent
a423cb431d
commit
416bc3d70a
|
@ -4,7 +4,6 @@ add_lldb_tool(lldb-argdumper INCLUDE_IN_FRAMEWORK
|
|||
argdumper.cpp
|
||||
|
||||
LINK_LIBS
|
||||
lldbCore
|
||||
lldbUtility
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue