HomeFreeBSD

It _was_ .gcno's, not .gcda's that get produced with cc --coverage

Description

It _was_ .gcno's, not .gcda's that get produced with cc --coverage

Try to install them instead of the .gcda's, since the .gcda's likely won't exist.

TODO: verify that installworld does indeed do the right thing.

Ref: gcc(1) -ftest-coverage description; --coverage (option in use) is an alias

for -fprofile-arcs -ftest-coverage

Details

Provenance
ngieAuthored on
Parents
rS324846: Add note to updating about shifting LOADER_*SUPPORT options.
Branches
Unknown
Tags
Unknown