[Driver] Reland again again: Default Android toolchains to libc++.Landed more fixes to the compiler-rt Android tests.Original review was https://reviews.llvm.org/D53109.llvm-svn: 346167
Revert "[Driver] Reland again: Default Android toolchains to libc++."More compiler-rt test bot breakages...llvm-svn: 344963
[Driver] Reland again: Default Android toolchains to libc++.Some of the test data went missing last time I tried to submit this,causing the tests to fail when the build did not include libc++.Or
[Driver] Reland again: Default Android toolchains to libc++.Some of the test data went missing last time I tried to submit this,causing the tests to fail when the build did not include libc++.Original review was https://reviews.llvm.org/D53109.llvm-svn: 344946
show more ...
[Driver] Include the Android multiarch includes.Summary:Most Android headers live in a single directory, but a small handfullive in multiarch directories.Reviewers: srhinesReviewed By: srhine
[Driver] Include the Android multiarch includes.Summary:Most Android headers live in a single directory, but a small handfullive in multiarch directories.Reviewers: srhinesReviewed By: srhinesSubscribers: javed.absar, cfe-commitsDifferential Revision: https://reviews.llvm.org/D44995llvm-svn: 329234
[driver][arm] add armv7 and thumb include and lib pathsAdd a new test android-ndk-standalone.cppwith new Android NDK release tree structure.Detect armv7 sub architecture and thumb mode,to add sy
[driver][arm] add armv7 and thumb include and lib pathsAdd a new test android-ndk-standalone.cppwith new Android NDK release tree structure.Detect armv7 sub architecture and thumb mode,to add system include and link search paths.Differential Revision: http://reviews.llvm.org/D20600llvm-svn: 271427