[Lldb-commits] [PATCH] D85770: Build a flat LLDB.framework for embedded Darwin targets
Vedant Kumar via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 11 12:22:27 PDT 2020
vsk created this revision.
vsk added reviewers: JDevlieghere, davide, friss.
Herald added a subscriber: mgorny.
Herald added a project: LLDB.
vsk requested review of this revision.
This patch configures LLDB.framework to build as a flat unversioned
framework on non-macOS Darwin targets, which have never supported the
macOS framework layout.
This patch also renames the 'IOS' cmake variable to 'APPLE_EMBEDDED' to
reflect the fact that lldb is built for several different kinds of embedded
Darwin targets, not just iOS.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D85770
Files:
lldb/cmake/modules/LLDBConfig.cmake
lldb/cmake/modules/LLDBFramework.cmake
lldb/source/Host/CMakeLists.txt
lldb/tools/debugserver/source/CMakeLists.txt
lldb/tools/lldb-server/CMakeLists.txt
lldb/unittests/debugserver/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85770.284849.patch
Type: text/x-patch
Size: 7685 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200811/aeda7152/attachment.bin>
More information about the lldb-commits
mailing list