summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/basic_android_ndk_tree/sysroot
Commit message (Collapse)AuthorAgeFilesLines
* [Driver] Reland again again: Default Android toolchains to libc++.Dan Albert2018-11-051-0/+0
| | | | | | | | 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++."Dan Albert2018-10-221-0/+0
| | | | | | More compiler-rt test bot breakages... llvm-svn: 344963
* [Driver] Reland again: Default Android toolchains to libc++.Dan Albert2018-10-221-0/+0
| | | | | | | | | 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
* [Driver] Use the per-API level Android library directories.Dan Albert2018-04-1797-0/+0
| | | | | | | | | | | | | | | | Summary: Android sysroots contain libraries for each OS version, as well as a handful of unversioned libraries in the typical multiarch directory. Reviewers: srhines, eugenis, george.burgess.iv Reviewed By: eugenis Subscribers: javed.absar, cfe-commits Differential Revision: https://reviews.llvm.org/D45290 llvm-svn: 330213
* [Driver] Include the Android multiarch includes.Dan Albert2018-04-044-0/+0
| | | | | | | | | | | | | | | | Summary: Most Android headers live in a single directory, but a small handful live in multiarch directories. Reviewers: srhines Reviewed By: srhines Subscribers: javed.absar, cfe-commits Differential Revision: https://reviews.llvm.org/D44995 llvm-svn: 329234
* [driver][mips] Support MIPS targets in modern Android NDKSimon Atanasyan2016-07-1910-0/+0
| | | | | | Initial patch provided by Duane Sand. llvm-svn: 275949
* [driver][arm] add armv7 and thumb include and lib pathsChih-Hung Hsieh2016-06-016-0/+0
Add a new test android-ndk-standalone.cpp with 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/D20600 llvm-svn: 271427
OpenPOWER on IntegriCloud