summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/mips-fsf.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix clang testsMandeep Singh Grang2016-10-181-0/+2
| | | | | | | | | | | | | | | Summary: Add REQUIRES for target specific tests. Patch by Azharuddin Mohammed. Reviewers: apazos, weimingz, rsmith, ddunbar, spop, mgrang Subscribers: sebpop, llvm-commits Differential Revision: https://reviews.llvm.org/D25574 llvm-svn: 284517
* [driver][mips] Use target triple mips-mti-linux-gnu for toolchain detectionSimon Atanasyan2016-05-221-104/+104
| | | | llvm-svn: 270368
* tests: Add explicit -stdlib=libstdc++ to tests that require itJonas Hahnfeld2016-02-121-104/+104
| | | | | | | 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] Handle -mips32r[3|5] / -mips64r[3|5] options while selecting ↵Simon Atanasyan2015-02-261-0/+110
| | | | | | | | | | | | 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
* [Driver] Support -muclibc / -mglibc command line options for a coupleSimon Atanasyan2014-08-131-0/+162
| | | | | | | | | | | | | 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
* [Driver][Mips] Check output of -dynamic-linker arguments by the Clang driverSimon Atanasyan2014-07-261-0/+94
| | | | | | | | for a couple of MIPS toolchains. No functional changes. llvm-svn: 214025
* [Driver][Mips] Remove "fp64" directories from the mips-mti-linux-gnu toolchainSimon Atanasyan2014-07-251-400/+400
| | | | | | | directories description. Released version of this toolchain has not separate libraries for -mfp64 command line option. llvm-svn: 213937
* [Driver][Mips] If CPU name is not provided to the driver explicitly useSimon Atanasyan2014-07-161-0/+104
| | | | | | multilibs from the FSFS toolchain corresponding to the mips32r2/mips64r2 CPUs. llvm-svn: 213175
* [Mips] Reduce number of FileCheck variables used in the tests.Simon Atanasyan2013-11-261-360/+360
| | | | llvm-svn: 195754
* [Mips] Take in account the -mfp64 command line option when build pathsSimon Atanasyan2013-11-201-0/+936
| | | | | | to the crt*.o files, libraries and headers for the MIPS FSFS toolchain. llvm-svn: 195249
* [Mips] Support FSF Mips toolchain directories tree in the Clang driver.Simon Atanasyan2013-10-101-0/+1405
The patch reviewed by Rafael Espindola. http://llvm-reviews.chandlerc.com/D1843 llvm-svn: 192343
OpenPOWER on IntegriCloud