Remove dependency edges from Host to Target/Core.
authorZachary Turner <zturner@google.com>
Fri, 8 Mar 2019 20:56:10 +0000 (20:56 +0000)
committerZachary Turner <zturner@google.com>
Fri, 8 Mar 2019 20:56:10 +0000 (20:56 +0000)
After recent changes, Host is now dependency-free.

llvm-svn: 355730

lldb/source/Host/CMakeLists.txt
lldb/unittests/Host/CMakeLists.txt

index 93e4fd516bae636c664af61bc95343e0f6b06417..6ce74c1c3cd1a65178474c4f1b46ab3e1405720a 100644 (file)
@@ -162,7 +162,6 @@ add_lldb_library(lldbHost
   ${HOST_SOURCES}
 
   LINK_LIBS
-    lldbTarget
     lldbUtility
     ${EXTRA_LIBS}
     ${LLDBObjCLibs}
index e216e6d65cc0e30d5b3668fc2d42d6c2e7f54e7e..8c79bcfdc8fefa15018fc0b8615c532fb3cffec5 100644 (file)
@@ -21,7 +21,6 @@ endif()
 add_lldb_unittest(HostTests
   ${FILES}
   LINK_LIBS
-    lldbCore
     lldbHost
     lldbUtilityHelpers
     LLVMTestingSupport