summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/basic_android_tree
Commit message (Collapse)AuthorAgeFilesLines
* [driver][mips] Support MIPS targets in modern Android NDKSimon Atanasyan2016-07-195-0/+0
| | | | | | Initial patch provided by Duane Sand. llvm-svn: 275949
* [Mips] Support mips-r6 path suffix for Adnroid MIPS toolchainSimon Atanasyan2015-02-255-0/+0
| | | | | | | This path suffix is used if user provides the -mips32r6 command line options. llvm-svn: 230469
* Propset the executables for GetProgramPath().Logan Chien2014-06-266-0/+0
| | | | llvm-svn: 211786
* Implement the -fuse-ld= option.Logan Chien2014-06-266-0/+0
| | | | | | | | | | | | | | This commit implements the -fuse-ld= option, so that the user can specify -fuse-ld=bfd to use ld.bfd. This commit re-applies r194328 with some test case changes. It seems that r194328 was breaking macosx or mingw build because clang can't find ld.bfd or ld.gold in the given sysroot. We should use -B to specify the executable search path instead. Patch originally by David Chisnall. llvm-svn: 211785
* Add missing test input for r206979.Logan Chien2014-04-235-0/+0
| | | | llvm-svn: 206992
* Add aarch64-linux-android triple for Android.Logan Chien2014-04-233-0/+0
| | | | llvm-svn: 206979
* Revert r169557. It seems that the test is too restrictedLogan Chien2012-12-066-0/+0
| | | | | | and will break the build on buildbot. llvm-svn: 169562
* Add i686-linux-android for gcc toolchain detection.Logan Chien2012-12-066-0/+0
| | | | | | | | | * Look for i686-linux-android under <sysroot>/lib/gcc. * This patch also slightly enhance the test suite for Android GCC toolchain detection. llvm-svn: 169557
* Implement Adnroid MIPS toolchain support:Simon Atanasyan2012-10-0313-0/+0
| | | | | | | | | | 1. Add mipsel-linux-android to the list of valid MIPS target triples. 2. Add <gcc install path>/mips-r2 to the list of toolchain specific path prefixes if target is mipsel-linux-android. The patch reviewed by Logan Chien. llvm-svn: 165131
* Android standalone toolchain support.Evgeniy Stepanov2012-09-0313-0/+0
| | | | | | | | This change adds detection of C++ headers and libraries paths when building with the standalone toolchain from Android NDK. They are in a slightly unusual place. llvm-svn: 163109
* Clang driver support for linking on Android.Evgeniy Stepanov2012-04-255-0/+0
llvm-svn: 155541
OpenPOWER on IntegriCloud