summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/mips-cs.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] Revert support for CodeSourcery MIPS toolchainSimon Atanasyan2016-05-281-0/+696
| | | | | | This is revert of r270366. The support for CS toolchain were dropped too early. llvm-svn: 271109
* [driver][mips] Drop support for outdated version of CodeSourcery MIPS toolchainSimon Atanasyan2016-05-221-696/+0
| | | | llvm-svn: 270366
* tests: Add explicit -stdlib=libstdc++ to tests that require itJonas Hahnfeld2016-02-121-24/+24
| | | | | | | 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
* [Driver] Support -muclibc / -mglibc command line options for a coupleSimon Atanasyan2014-08-131-0/+174
| | | | | | | | | | | | | 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/+18
| | | | | | | | for a couple of MIPS toolchains. No functional changes. llvm-svn: 214025
* [Mips] Reduce number of FileCheck variables used in the tests.Simon Atanasyan2013-11-261-107/+107
| | | | llvm-svn: 195754
* [Mips] Add support for nan2008 libraries and headers look up for CodeSimon Atanasyan2013-11-261-0/+56
| | | | | | Sourcery MIPS toolchain. llvm-svn: 195753
* [Mips] Merge two MIPS Code Sourcery toolchain tests into the single one.Simon Atanasyan2013-11-261-0/+448
llvm-svn: 195752
OpenPOWER on IntegriCloud