Go to file
Pavel Labath bc58f9aa7b 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
2017-03-03 13:49:34 +00:00
clang [PowerPC] Enable -fomit-frame-pointer by default for PPC 2017-03-03 09:49:17 +00:00
clang-tools-extra [clang-tidy] Fix modernize-use-emplace docs 2017-03-03 12:42:22 +00:00
compiler-rt [msan] Test for _mm_getcsr and _mm_setcsr (r296848). 2017-03-03 01:13:23 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES 2017-03-03 03:43:25 +00:00
libcxxabi Work around GCC linking errors within libc++abi due to missing new/delete definitions 2017-03-02 21:55:17 +00:00
libunwind Fix the project name in the license file. 2017-02-27 17:47:58 +00:00
lld [Support] Move Stream library from MSF -> Support. 2017-03-02 20:52:51 +00:00
lldb testsuite/android: build test executables with the android ndk directly 2017-03-03 13:49:34 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm Fix Wdocumentation warning 2017-03-03 12:09:11 +00:00
openmp Removing couple unnecessary architecture guards. 2017-02-28 21:43:28 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [tests] Specify the dependence to NVPTX backend for Polly ACC test cases 2017-03-03 03:38:50 +00:00