Related to https://reviews.llvm.org/D80916
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp | ||
---|---|---|
572 | My bad... |
Paths
| Differential D81227
Correctly report modified status for GCOVProfiling ClosedPublic Authored by serge-sans-paille on Jun 5 2020, 12:23 AM.
Details
Diff Detail Event Timeline
This revision is now accepted and ready to land.Jun 8 2020, 11:56 AM Closed by commit rGef1a7f2f01db: Update pass status for GCOVProfiling (authored by serge-sans-paille). · Explain WhyJun 9 2020, 5:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 269223 llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
|
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.