[Lldb-commits] [lldb] e71fdc1 - [lldb] Stop referencing "host_lib" in cmake files

Nico Weber via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 5 13:19:17 PDT 2021


Author: Nico Weber
Date: 2021-08-05T22:18:37+02:00
New Revision: e71fdc1acf054271031200f87a6bfc276d8a1ebd

URL: https://github.com/llvm/llvm-project/commit/e71fdc1acf054271031200f87a6bfc276d8a1ebd
DIFF: https://github.com/llvm/llvm-project/commit/e71fdc1acf054271031200f87a6bfc276d8a1ebd.diff

LOG: [lldb] Stop referencing "host_lib" in cmake files

It hasn't had an effect since https://reviews.llvm.org/rG7b968969db.

No behavior change.

Differential Revision: https://reviews.llvm.org/D107446

Added: 
    

Modified: 
    lldb/tools/lldb-test/CMakeLists.txt
    lldb/tools/lldb-vscode/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/lldb/tools/lldb-test/CMakeLists.txt b/lldb/tools/lldb-test/CMakeLists.txt
index 562905760e2c..bdfcfc513316 100644
--- a/lldb/tools/lldb-test/CMakeLists.txt
+++ b/lldb/tools/lldb-test/CMakeLists.txt
@@ -18,7 +18,6 @@ add_lldb_tool(lldb-test
     lldbTarget
     lldbUtility
     ${LLDB_ALL_PLUGINS}
-    ${host_lib}
 
   LINK_COMPONENTS
     Support

diff  --git a/lldb/tools/lldb-vscode/CMakeLists.txt b/lldb/tools/lldb-vscode/CMakeLists.txt
index 41c1f10834e1..4745d50bb273 100644
--- a/lldb/tools/lldb-vscode/CMakeLists.txt
+++ b/lldb/tools/lldb-vscode/CMakeLists.txt
@@ -40,7 +40,6 @@ add_lldb_tool(lldb-vscode
 
   LINK_LIBS
     liblldb
-    ${host_lib}
     ${extra_libs}
 
   LINK_COMPONENTS


        


More information about the lldb-commits mailing list