From 2d525d472ce337e2e8271a669de1d3b579cd6923 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 27 Feb 2019 21:53:08 +0000 Subject: [PATCH] Remove dependency from Host -> Core. I wasn't actually trying to eliminate this one, but looks like it happened as a side effect of moving Symbols out of Host. llvm-svn: 355037 --- lldb/source/Host/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/source/Host/CMakeLists.txt b/lldb/source/Host/CMakeLists.txt index f40a75ec620cd..13e0a3573f322 100644 --- a/lldb/source/Host/CMakeLists.txt +++ b/lldb/source/Host/CMakeLists.txt @@ -163,7 +163,6 @@ add_lldb_library(lldbHost ${HOST_SOURCES} LINK_LIBS - lldbCore lldbTarget lldbUtility ${EXTRA_LIBS}