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
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
Daniel Sanders
2bf1366ca6
[mips][mips64r6] Add support for mips-img-linux-gnu GCC toolchains
...
Summary:
* Support the multilib layout used by the mips-img-linux-gnu
* Recognize mips{,64}{,el}-img-linux-gnu as being aliases of mips-img-linux-gnu
* Use the correct dynamic linker for mips-img-linux-gnu
* Make mips32r6/mips64r6 the default CPU for mips-img-linux-gnu
Subscribers: mpf
Differential Revision: http://reviews.llvm.org/D4436
llvm-svn: 212719
2014-07-10 14:40:57 +00:00