Simon Atanasyan
603018af40
[driver][mips] Support MIPS targets in modern Android NDK
...
Initial patch provided by Duane Sand.
llvm-svn: 275949
2016-07-19 07:09:48 +00:00
Jonas Hahnfeld
91924a6f63
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.
llvm-svn: 260661
2016-02-12 07:48:28 +00:00
Simon Atanasyan
3f02403b3a
[Mips] Support mips-r6 path suffix for Adnroid MIPS toolchain
...
This path suffix is used if user provides the -mips32r6 command line
options.
llvm-svn: 230469
2015-02-25 07:31:12 +00:00
Bradley Smith
4da7dd837d
[ARM64] Port remaining relevant AArch64 clang tests over to ARM64
...
llvm-svn: 207632
2014-04-30 10:52:05 +00:00
Logan Chien
6a00cc8306
Add aarch64-linux-android triple for Android.
...
llvm-svn: 206979
2014-04-23 13:36:23 +00:00
Simon Atanasyan
53fefd1f6a
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.
llvm-svn: 165131
2012-10-03 17:46:38 +00:00
NAKAMURA Takumi
7b6dbee233
test/Driver/android-standalone.cpp: Fix test failure on Windowns, again.
...
llvm-svn: 163114
2012-09-03 11:49:36 +00:00
Evgeniy Stepanov
f07f1575ef
Fix test failure on Windowns.
...
llvm-svn: 163112
2012-09-03 10:24:57 +00:00
Evgeniy Stepanov
763671edeb
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.
llvm-svn: 163109
2012-09-03 09:05:50 +00:00