Remove dependency edges from Host to Target/Core.

After recent changes, Host is now dependency-free.

llvm-svn: 355730
This commit is contained in:
Zachary Turner 2019-03-08 20:56:10 +00:00
parent 5b68c72f77
commit ae56ff925b
2 changed files with 0 additions and 2 deletions

View File

@ -162,7 +162,6 @@ add_lldb_library(lldbHost
${HOST_SOURCES}
LINK_LIBS
lldbTarget
lldbUtility
${EXTRA_LIBS}
${LLDBObjCLibs}

View File

@ -21,7 +21,6 @@ endif()
add_lldb_unittest(HostTests
${FILES}
LINK_LIBS
lldbCore
lldbHost
lldbUtilityHelpers
LLVMTestingSupport