Related to https://reviews.llvm.org/D80916
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp | ||
---|---|---|
572 | My bad... |
Differential D81227
Correctly report modified status for GCOVProfiling serge-sans-paille on Jun 5 2020, 12:23 AM. Authored by
Details
Diff Detail Event Timeline
|
My bad...
Anyway there is some extra flush/dump only if there are some fork/exec*.
So if I understand correctly the purpose of the returned boolean, you need to check if a flush/dump has been added or not and check if emitProfileArcs changed something and return a OR on these two values.