[Lldb-commits] [PATCH] D68456: [lldb] [cmake] Support linking against clang-cpp dylib

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 4 04:14:19 PDT 2019


mgorny created this revision.
mgorny added reviewers: labath, compnerd, phosek, beanz.

Link against clang-cpp dylib rather than split libs when
CLANG_LINK_CLANG_DYLIB is enabled.


https://reviews.llvm.org/D68456

Files:
  lldb/cmake/modules/AddLLDB.cmake
  lldb/source/Core/CMakeLists.txt
  lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
  lldb/source/Plugins/Language/ObjC/CMakeLists.txt
  lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt
  lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeLists.txt
  lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt
  lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt
  lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
  lldb/source/Plugins/SymbolFile/PDB/CMakeLists.txt
  lldb/source/Symbol/CMakeLists.txt
  lldb/tools/lldb-instr/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68456.223185.patch
Type: text/x-patch
Size: 7448 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191004/97cd0c06/attachment.bin>


More information about the lldb-commits mailing list