[Lldb-commits] [lldb] r355037 - Remove dependency from Host -> Core.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 27 13:53:08 PST 2019


Author: zturner
Date: Wed Feb 27 13:53:08 2019
New Revision: 355037

URL: http://llvm.org/viewvc/llvm-project?rev=355037&view=rev
Log:
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.

Modified:
    lldb/trunk/source/Host/CMakeLists.txt

Modified: lldb/trunk/source/Host/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/CMakeLists.txt?rev=355037&r1=355036&r2=355037&view=diff
==============================================================================
--- lldb/trunk/source/Host/CMakeLists.txt (original)
+++ lldb/trunk/source/Host/CMakeLists.txt Wed Feb 27 13:53:08 2019
@@ -163,7 +163,6 @@ add_lldb_library(lldbHost
   ${HOST_SOURCES}
 
   LINK_LIBS
-    lldbCore
     lldbTarget
     lldbUtility
     ${EXTRA_LIBS}




More information about the lldb-commits mailing list