Commit Graph

9 Commits

Author SHA1 Message Date
Mandeep Singh Grang 76b1a6d19f Fix clang tests
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284517 91177308-0d34-0410-b5e6-96231b3b80d8
2016-10-18 19:22:20 +00:00
Simon Atanasyan 61529cfdea [driver][mips] Revert support for CodeSourcery MIPS toolchain
This is revert of r270366. The support for CS toolchain were dropped too early.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@271109 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-28 09:44:04 +00:00
Simon Atanasyan a815f7e588 [driver][mips] Drop support for outdated version of CodeSourcery MIPS toolchain
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@270366 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-22 15:27:36 +00:00
Jonas Hahnfeld 4773245d34 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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260661 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-12 07:48:28 +00:00
Simon Atanasyan f9b3fc3ddc [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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215552 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-13 14:34:14 +00:00
Simon Atanasyan 917ace5cf5 [Driver][Mips] Check output of -dynamic-linker arguments by the Clang driver
for a couple of MIPS toolchains.

No functional changes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214025 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-26 09:52:21 +00:00
Simon Atanasyan 07c01c875b [Mips] Reduce number of FileCheck variables used in the tests.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195754 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-26 11:57:53 +00:00
Simon Atanasyan 36da487350 [Mips] Add support for nan2008 libraries and headers look up for Code
Sourcery MIPS toolchain.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195753 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-26 11:57:48 +00:00
Simon Atanasyan 529780c910 [Mips] Merge two MIPS Code Sourcery toolchain tests into the single one.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195752 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-26 11:57:19 +00:00