summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/mips-cs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [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