[Lldb-commits] [PATCH] D49888: Stop building liblldb with CMake's framework functionality

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 26 16:33:12 PDT 2018


xiaobai created this revision.
xiaobai added a reviewer: labath.
Herald added a subscriber: mgorny.

CMake has a bug in its ninja generator that prevents you from
installing targets that are built with framework support. Therefore, I want to 
not rely on CMake's framework support.


https://reviews.llvm.org/D49888

Files:
  CMakeLists.txt
  cmake/modules/AddLLDB.cmake
  cmake/modules/LLDBConfig.cmake
  cmake/modules/LLDBFramework.cmake
  scripts/CMakeLists.txt
  source/API/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49888.157604.patch
Type: text/x-patch
Size: 9239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180726/8ef0ddff/attachment-0001.bin>


More information about the lldb-commits mailing list