[Lldb-commits] [PATCH] D29333: [CMake] Add accurate dependency specifications

Chris Bieneman via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 31 10:43:09 PST 2017


beanz updated this revision to Diff 86461.
beanz added a comment.

Updates based on post commit feedback from labath.

He was right on both points. LLVM libs should be done through LINK_COMPONENTS, and I messed up lldb-server's dependencies.


https://reviews.llvm.org/D29333

Files:
  source/Breakpoint/CMakeLists.txt
  source/Commands/CMakeLists.txt
  source/Core/CMakeLists.txt
  source/DataFormatters/CMakeLists.txt
  source/Expression/CMakeLists.txt
  source/Host/CMakeLists.txt
  source/Initialization/CMakeLists.txt
  source/Interpreter/CMakeLists.txt
  source/Symbol/CMakeLists.txt
  source/Target/CMakeLists.txt
  source/Utility/CMakeLists.txt
  tools/argdumper/CMakeLists.txt
  tools/debugserver/source/CMakeLists.txt
  tools/debugserver/source/MacOSX/CMakeLists.txt
  tools/driver/CMakeLists.txt
  tools/lldb-mi/CMakeLists.txt
  tools/lldb-server/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29333.86461.patch
Type: text/x-patch
Size: 16364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170131/f60b77fd/attachment-0001.bin>


More information about the lldb-commits mailing list