Re: match ld besides collect2 in gcov test

2019-08-15 Thread Jeff Law
On 8/15/19 2:13 AM, Alexandre Oliva wrote: > The regexp that checks that -lgcov is linked in when --coverage is > passed to the compiler driver requires the command line to match > '/collect2'. Some of our targets don't match that, but they match /ld > or ${target_alias}-ld depending on the testin

match ld besides collect2 in gcov test

2019-08-15 Thread Alexandre Oliva
The regexp that checks that -lgcov is linked in when --coverage is passed to the compiler driver requires the command line to match '/collect2'. Some of our targets don't match that, but they match /ld or ${target_alias}-ld depending on the testing scenario, so I'd like to tweak the test to match