Simon Atanasyan
4f3fe5b1a6
[driver][mips] Use target triple mips-mti-linux-gnu for toolchain detection
...
llvm-svn: 270368
2016-05-22 15:28:34 +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
59b25cbeaa
[Mips] Handle -mips32r[3|5] / -mips64r[3|5] options while selecting lib/headers paths
...
There is no supported toolchain which provides headers / libs / object
files specific to the mips32r[3|5] and mips64r[3|5] ISA. So select "r2"
specific folders when they are available.
http://reviews.llvm.org/D7879
llvm-svn: 230611
2015-02-26 04:45:57 +00:00
Simon Atanasyan
d95c67d425
[Driver] Support -muclibc / -mglibc command line options for a couple
...
of MIPS toolchains.
The uCLibc implemented for multiple architectures. A couple of MIPS toolchains
contains both uCLibc and glibc implementation so these options allow to select
used C library.
Initially -muclibc / -mglibc (as well as -mbionic) have been implemented in gcc
for various architectures so they are not MIPS specific.
llvm-svn: 215552
2014-08-13 14:34:14 +00:00
Simon Atanasyan
0c455f3fea
[Driver][Mips] Check output of -dynamic-linker arguments by the Clang driver
...
for a couple of MIPS toolchains.
No functional changes.
llvm-svn: 214025
2014-07-26 09:52:21 +00:00
Simon Atanasyan
5116b4a9f9
[Driver][Mips] Remove "fp64" directories from the mips-mti-linux-gnu toolchain
...
directories description. Released version of this toolchain has not separate
libraries for -mfp64 command line option.
llvm-svn: 213937
2014-07-25 11:20:21 +00:00
Simon Atanasyan
9988e3afcc
[Driver][Mips] If CPU name is not provided to the driver explicitly use
...
multilibs from the FSFS toolchain corresponding to the mips32r2/mips64r2 CPUs.
llvm-svn: 213175
2014-07-16 17:34:54 +00:00
Simon Atanasyan
6b358b39fb
[Mips] Reduce number of FileCheck variables used in the tests.
...
llvm-svn: 195754
2013-11-26 11:57:53 +00:00
Simon Atanasyan
5c5b5daab2
[Mips] Take in account the -mfp64 command line option when build paths
...
to the crt*.o files, libraries and headers for the MIPS FSFS toolchain.
llvm-svn: 195249
2013-11-20 13:53:20 +00:00
Simon Atanasyan
a61b7ecb2f
[Mips] Support FSF Mips toolchain directories tree in the Clang driver.
...
The patch reviewed by Rafael Espindola.
http://llvm-reviews.chandlerc.com/D1843
llvm-svn: 192343
2013-10-10 07:57:44 +00:00