https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83877
Bug ID: 83877
Summary: Make gcov accept a path to the gcda and a path to the
gcno file
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: gcov-profile
Assignee: unassigned at gcc dot gnu.org
Reporter: mcastelluccio at mozilla dot com
CC: marxin at gcc dot gnu.org
Target Milestone: ---
Sometimes they are not close to each other (e.g. if you build on one machine
and run tests on other machines).
It would be nice if there was a way to specify the paths to both the gcno and
the gcda and not be forced to move/copy/symlink the gcno in the directories as
siblings to the gcda files.