forked from OSchip/llvm-project
Remove dependency edges from Host to Target/Core.
After recent changes, Host is now dependency-free. llvm-svn: 355730
This commit is contained in:
parent
5b68c72f77
commit
ae56ff925b
|
@ -162,7 +162,6 @@ add_lldb_library(lldbHost
|
|||
${HOST_SOURCES}
|
||||
|
||||
LINK_LIBS
|
||||
lldbTarget
|
||||
lldbUtility
|
||||
${EXTRA_LIBS}
|
||||
${LLDBObjCLibs}
|
||||
|
|
|
@ -21,7 +21,6 @@ endif()
|
|||
add_lldb_unittest(HostTests
|
||||
${FILES}
|
||||
LINK_LIBS
|
||||
lldbCore
|
||||
lldbHost
|
||||
lldbUtilityHelpers
|
||||
LLVMTestingSupport
|
||||
|
|
Loading…
Reference in New Issue