lldb-server-link
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Fri, 13 Oct 2017 21:42:29 +0000 (22:42 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 13 Oct 2017 21:42:29 +0000 (22:42 +0100)
===================================================================

Gbp-Pq: Name lldb-server-link.diff

lldb/cmake/LLDBDependencies.cmake
lldb/cmake/modules/AddLLDB.cmake
lldb/source/Plugins/SymbolFile/PDB/CMakeLists.txt

index 30599c48eaf5c45ac7a5faab2900dddcb098c8ca..aa186cd600f5160fcfe3238f3753d268e295f699 100644 (file)
@@ -208,6 +208,7 @@ set(LLVM_LINK_COMPONENTS
   option
   support
   coverage
+  DebugInfoPDB
   )
 
 if ( NOT LLDB_DISABLE_PYTHON )
index af16050769adc9dd6555f5682507cb5debc9b0c8..aa11a90d016a568004479dd9858006ff2d5fbd8c 100644 (file)
@@ -93,7 +93,7 @@ macro(add_lldb_library name)
 endmacro(add_lldb_library)
 
 macro(add_lldb_executable name)
-  add_llvm_executable(${name} DISABLE_LLVM_LINK_LLVM_DYLIB ${ARGN})
+  add_llvm_executable(${name} ${ARGN})
   set_target_properties(${name} PROPERTIES FOLDER "lldb executables")
 endmacro(add_lldb_executable)
 
index 79d8a25d6979dae171a645d6fc1c461b29203207..b22c928c543d7345513560c794256014d91c7271 100644 (file)
@@ -1,6 +1,3 @@
-set(LLVM_PRIVATE_LINK_COMPONENTS
-    DebugInfoPDB)
-
 add_lldb_library(lldbPluginSymbolFilePDB
   PDBASTParser.cpp
   SymbolFilePDB.cpp