[Lldb-commits] [PATCH] D28775: [cmake] Make lldb build with the android ndk toolchain file
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 16 09:31:00 PST 2017
labath created this revision.
labath added reviewers: tberghammer, danalbert.
labath added a subscriber: lldb-commits.
Herald added subscribers: mgorny, srhines.
The NDK cmake toolchain file defines CMAKE_SYSTEM_NAME=Android, so switch the
build to use that. I have also updated the in-tree toolchain file to do that
(instead of defining __ANDROID_NDK__), so it can still be used to build.
After migrating the last bits of non-toolchainy bits out of the in-tree
toolchain, I intend to delete it.
https://reviews.llvm.org/D28775
Files:
CMakeLists.txt
cmake/LLDBDependencies.cmake
cmake/modules/LLDBConfig.cmake
cmake/platforms/Android.cmake
source/Host/CMakeLists.txt
source/Plugins/Process/CMakeLists.txt
tools/lldb-server/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28775.84571.patch
Type: text/x-patch
Size: 4648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170116/0a629d58/attachment.bin>
More information about the lldb-commits
mailing list