Fangrui Song
5c29ffda90
Revert "[Driver][test] Replace ^//$ with empty string"
...
This reverts commit 4817b7729a
.
It caused some `^/\n` and had some objection about its readability improvement.
2022-06-24 13:52:27 -07:00
Fangrui Song
4817b7729a
[Driver][test] Replace ^//$ with empty string
...
The convention does not add //\n. Having all RUN/CHECK lines separated by //\n
makes editor movement difficult (e.g. { } in Vim).
2022-06-24 11:25:03 -07:00
Fangrui Song
6cfcfbdc95
[Driver][test] Remove unneeded -no-canonical-prefixes and use preferred --target=
...
Similar to D119309
2022-05-01 20:44:13 -07:00
Simon Atanasyan
cedc23bc86
[MIPS] Add `-no-pie` option to the clang driver's tests depend on it
2022-02-22 20:24:21 +03:00
Mandeep Singh Grang
a5065216d0
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
llvm-svn: 284517
2016-10-18 19:22:20 +00:00
Simon Atanasyan
4de8e6d283
[driver][mips] Revert support for CodeSourcery MIPS toolchain
...
This is revert of r270366. The support for CS toolchain were dropped too early.
llvm-svn: 271109
2016-05-28 09:44:04 +00:00
Simon Atanasyan
74468a5bc9
[driver][mips] Drop support for outdated version of CodeSourcery MIPS toolchain
...
llvm-svn: 270366
2016-05-22 15:27:36 +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
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
6b358b39fb
[Mips] Reduce number of FileCheck variables used in the tests.
...
llvm-svn: 195754
2013-11-26 11:57:53 +00:00
Simon Atanasyan
3e0f388725
[Mips] Add support for nan2008 libraries and headers look up for Code
...
Sourcery MIPS toolchain.
llvm-svn: 195753
2013-11-26 11:57:48 +00:00
Simon Atanasyan
4cc2bfa953
[Mips] Merge two MIPS Code Sourcery toolchain tests into the single one.
...
llvm-svn: 195752
2013-11-26 11:57:19 +00:00