From b2fa002c83a4526d8ec860d253e02ac4ecdc8834 Mon Sep 17 00:00:00 2001 From: Alex Langford Date: Tue, 7 May 2019 21:34:44 +0000 Subject: [PATCH] [Core] Remove unused dependencies llvm-svn: 360193 --- lldb/source/Core/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/lldb/source/Core/CMakeLists.txt b/lldb/source/Core/CMakeLists.txt index e33506e261d5..7ca37f97aa51 100644 --- a/lldb/source/Core/CMakeLists.txt +++ b/lldb/source/Core/CMakeLists.txt @@ -67,13 +67,11 @@ add_lldb_library(lldbCore lldbSymbol lldbTarget lldbUtility - lldbPluginProcessUtility lldbPluginCPlusPlusLanguage lldbPluginObjCLanguage ${LLDB_CURSES_LIBS} LINK_COMPONENTS - BinaryFormat Support Demangle )