diff options
author | Pavel Labath <labath@google.com> | 2017-03-03 13:49:34 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-03-03 13:49:34 +0000 |
commit | bc58f9aa7bf2dfcb47af356d2fa05978e16e5a86 (patch) | |
tree | 9222d154077931b43edb25e949188276f59355d6 /lldb/packages/Python/lldbsuite/test/lldbtest.py | |
parent | 0a0d354ee69f7e35537f4a86ecf6779583561b68 (diff) | |
download | bcm5719-llvm-bc58f9aa7bf2dfcb47af356d2fa05978e16e5a86.tar.gz bcm5719-llvm-bc58f9aa7bf2dfcb47af356d2fa05978e16e5a86.zip |
testsuite/android: build test executables with the android ndk directly
Summary:
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.
I've checked that the mips android targets compile after this change,
but I have no way of checking whether this breaks anything. If you are
reading this and it broke you, let me know.
Reviewers: tberghammer, danalbert
Subscribers: srhines, lldb-commits
Differential Revision: https://reviews.llvm.org/D30410
llvm-svn: 296869
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
0 files changed, 0 insertions, 0 deletions