summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Host/CMakeLists.txt1
-rw-r--r--lldb/unittests/Host/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Host/CMakeLists.txt b/lldb/source/Host/CMakeLists.txt
index 93e4fd516ba..6ce74c1c3cd 100644
--- a/lldb/source/Host/CMakeLists.txt
+++ b/lldb/source/Host/CMakeLists.txt
@@ -162,7 +162,6 @@ add_lldb_library(lldbHost
${HOST_SOURCES}
LINK_LIBS
- lldbTarget
lldbUtility
${EXTRA_LIBS}
${LLDBObjCLibs}
diff --git a/lldb/unittests/Host/CMakeLists.txt b/lldb/unittests/Host/CMakeLists.txt
index e216e6d65cc..8c79bcfdc8f 100644
--- a/lldb/unittests/Host/CMakeLists.txt
+++ b/lldb/unittests/Host/CMakeLists.txt
@@ -21,7 +21,6 @@ endif()
add_lldb_unittest(HostTests
${FILES}
LINK_LIBS
- lldbCore
lldbHost
lldbUtilityHelpers
LLVMTestingSupport
OpenPOWER on IntegriCloud