summary refs log tree commit diff
path: root/src/test/run-make/codegen-options-parsing/Makefile
AgeCommit message (Collapse)AuthorLines
2017-08-03Solaris linker options need to be accounted for in one test.Danek Duvall-2/+2
This is a follow-up to f189d7a6937 and 9d11b089ad1. While `-z ignore` is what needs to be passed to the Solaris linker, because gcc is used as the default linker, both that form and `-Wl,-z -Wl,ignore` (including extra double quotes) need to be taken into account, which explains the more complex regular expression.
2016-12-04Disable ICF opt of MSVC for non-opt buildXidorn Quan-2/+2
2016-02-13use a compatible syntax for grep GNU/BSDSébastien Marie-2/+2
The BSD grep for "basic regex" don't support \| as alternate operator. Use multiple -e arguments for expressing alternative.
2016-02-11Add -C link-dead-code option r=alexcrichtonJohan Lorenzo-0/+7
Turning gc-sections off improves code coverage based for tools which use DWARF debugging information (like kcov). Otherwise dead code is stripped and kcov returns a coverage percentage that doesn't reflect reality.
2014-11-15Slightly improved rustc error messages for invalid -C argumentsinrustwetrust-0/+24