[Lldb-commits] [PATCH] D30410: testsuite/android: build test executables with the android ndk directly

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 27 08:38:10 PST 2017


labath created this revision.
Herald added a subscriber: srhines.

This teaches the test makefiles about the Android NDK, so we are able to
run the tests without first going through the make_standalone_toolchain
script. The motivation for this is the ability to run both libc++ and
libstdc++ tests together, which previously was not possible because
make_standalone_toolchain bakes in the STL to use during toolchain
creation time. The support for this is not present yet -- this change
only make sure we don't regress for existing funcionality (gcc w/
libstdc++). Clang and libc++ support will be added later.


https://reviews.llvm.org/D30410

Files:
  packages/Python/lldbsuite/test/make/Android.rules
  packages/Python/lldbsuite/test/make/Makefile.rules

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30410.89890.patch
Type: text/x-patch
Size: 4032 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170227/63b46df5/attachment.bin>


More information about the lldb-commits mailing list