This is an archive of the discontinued LLVM Phabricator instance.

[GCOV] Add a test for function defined on one line (follow-up of https://reviews.llvm.org/D53600)
ClosedPublic

Authored by calixte on Oct 23 2018, 12:08 PM.

Diff Detail

Event Timeline

calixte created this revision.Oct 23 2018, 12:08 PM
Herald added subscribers: Restricted Project, llvm-commits, delcypher. · View Herald TranscriptOct 23 2018, 12:08 PM
marco-c accepted this revision.Oct 25 2018, 2:30 AM
This revision is now accepted and ready to land.Oct 25 2018, 2:30 AM
This revision was automatically updated to reflect the committed changes.
sfertile added inline comments.
test/profile/Inputs/instrprof-gcov-one-line-function.c.gcov
1

The hard-coded path here won't pass on other machines, can you please update it?

marco-c added inline comments.Oct 30 2018, 2:47 PM
test/profile/Inputs/instrprof-gcov-one-line-function.c.gcov
1

Oops, I hadn't noticed it.

I've done it for Calixte in rCRT345656.