L. E. Segovia
f3fad6cc5f
compilers: Add test for correct forwarding of flags to MSVC's Clang linkers
1 year ago
Jussi Pakkanen
e75e3976fa
Condense test directory names.
4 years ago
Jussi Pakkanen
9d1e747d17
Condense test directory names again.
4 years ago
Dylan Baker
29ef4478df
compilers/d: Add b_ndebug support
...
D lang compilers have an option -release (or similar) which turns off
asserts, contracts, and other runtime type checking. This patch wires
that up to the b_ndebug flag.
Fixes #7082
5 years ago
Michael Hirsch, Ph.D
c5a0dfcfa8
tests/common/186: skip some due to PGI link failure stderr=0
6 years ago
Dylan Baker
0e718b0699
tests/186: Make work with apple ld's -fatal_warnings
...
the fact that foo and bar are not directories makes Apple's ld upset, and with
fatal warnings it dies on this test. Using real directories makes it happy.
6 years ago
Jussi Pakkanen
f39600647d
Condense test directory names.
6 years ago
Jon Turney
198e869162
Make use of get_argument_syntax() in test cases
6 years ago
Jussi Pakkanen
972535a6ac
Condense test dirs.
7 years ago
Jussi Pakkanen
17bfbb99e5
Condense test dirs.
7 years ago
Xavier Claessens
8c381e1786
has_multi_link_arguments: Some compilers needs -Wl,--fatal-warnings
...
ld does not treat wrong -z options as fatal by default.
7 years ago
Xavier Claessens
bd37afeeea
Add has_link_argument() and friends
...
Closes : #3335 .
7 years ago