[Lldb-commits] [PATCH] D29352: [CMake] Final dependency cleanup patch!

Chris Bieneman via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 31 15:18:21 PST 2017


beanz created this revision.
Herald added subscribers: jgosnell, mgorny, srhines, danalbert.

This patch removes the over-specified dependencies from LLDBDependencies and instead relies on the dependencies as expressed in each library and tool.

This also removes the library looping in favor of allowing CMake to do its thing. I've tested this patch on Darwin, and found no issues, but since linker semantics vary by system I'll also work on testing it on other platforms too.

Help testing would be greatly appreciated.


https://reviews.llvm.org/D29352

Files:
  cmake/LLDBDependencies.cmake
  cmake/modules/AddLLDB.cmake
  source/API/CMakeLists.txt
  source/Initialization/CMakeLists.txt
  source/Plugins/Process/Windows/Common/CMakeLists.txt
  tools/intel-mpx/CMakeLists.txt
  tools/lldb-server/CMakeLists.txt
  unittests/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29352.86506.patch
Type: text/x-patch
Size: 12873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170131/0829c5c0/attachment-0001.bin>


More information about the lldb-commits mailing list