summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/android-standalone.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [driver][mips] Support MIPS targets in modern Android NDKSimon Atanasyan2016-07-191-16/+0
| | | | | | Initial patch provided by Duane Sand. llvm-svn: 275949
* tests: Add explicit -stdlib=libstdc++ to tests that require itJonas Hahnfeld2016-02-121-7/+7
| | | | | | | This will be needed for the next commit that allows to switch the default C++ library which would otherwise make these tests fail. llvm-svn: 260661
* [Mips] Support mips-r6 path suffix for Adnroid MIPS toolchainSimon Atanasyan2015-02-251-0/+16
| | | | | | | This path suffix is used if user provides the -mips32r6 command line options. llvm-svn: 230469
* [ARM64] Port remaining relevant AArch64 clang tests over to ARM64Bradley Smith2014-04-301-0/+15
| | | | llvm-svn: 207632
* Add aarch64-linux-android triple for Android.Logan Chien2014-04-231-0/+15
| | | | llvm-svn: 206979
* Implement Adnroid MIPS toolchain support:Simon Atanasyan2012-10-031-0/+48
| | | | | | | | | | 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
* test/Driver/android-standalone.cpp: Fix test failure on Windowns, again.NAKAMURA Takumi2012-09-031-1/+1
| | | | llvm-svn: 163114
* Fix test failure on Windowns.Evgeniy Stepanov2012-09-031-1/+1
| | | | llvm-svn: 163112
* Android standalone toolchain support.Evgeniy Stepanov2012-09-031-0/+17
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
OpenPOWER on IntegriCloud