Skip to content

Commit

Permalink
Remove dependency from Host -> Core.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Zachary Turner committed Feb 27, 2019
1 parent 67a1dea commit 2d525d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lldb/source/Host/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ add_lldb_library(lldbHost
${HOST_SOURCES}

LINK_LIBS
lldbCore
lldbTarget
lldbUtility
${EXTRA_LIBS}
Expand Down

0 comments on commit 2d525d4

Please sign in to comment.