Commit Graph

9 Commits

Author SHA1 Message Date
Simon Atanasyan 2c0ee3ba0d [driver][mips] Support MIPS targets in modern Android NDK
Initial patch provided by Duane Sand.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275949 91177308-0d34-0410-b5e6-96231b3b80d8
2016-07-19 07:09:48 +00:00
Jonas Hahnfeld 4773245d34 tests: Add explicit -stdlib=libstdc++ to tests that require it
This will be needed for the next commit that allows to switch the default
C++ library which would otherwise make these tests fail.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260661 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-12 07:48:28 +00:00
Simon Atanasyan 288a9ddf3a [Mips] Support mips-r6 path suffix for Adnroid MIPS toolchain
This path suffix is used if user provides the -mips32r6 command line
options.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230469 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-25 07:31:12 +00:00
Bradley Smith 2f7e8ffb6c [ARM64] Port remaining relevant AArch64 clang tests over to ARM64
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207632 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-30 10:52:05 +00:00
Logan Chien d2f62fa5de Add aarch64-linux-android triple for Android.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206979 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-23 13:36:23 +00:00
Simon Atanasyan f8d9bd5468 Implement Adnroid MIPS toolchain support:
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.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165131 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-03 17:46:38 +00:00
NAKAMURA Takumi ccbbac8b10 test/Driver/android-standalone.cpp: Fix test failure on Windowns, again.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163114 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-03 11:49:36 +00:00
Evgeniy Stepanov 6de9edefdf Fix test failure on Windowns.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163112 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-03 10:24:57 +00:00
Evgeniy Stepanov 1d01afe4d5 Android standalone toolchain support.
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.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163109 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-03 09:05:50 +00:00