[PATCH] D39331: Add flags to control the -finstrument-functions instrumentation calls to __cyg_profile functions
Hal Finkel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 26 11:02:51 PDT 2017
hfinkel added a comment.
Quick question: We're talking about a few different variants on this feature now: Post-inlining instrumentation, only marking function entries, and not passing the function address. Do you intend to use all of these things separately? I ask because, taken together, that's what we already get with mcount().
https://reviews.llvm.org/D39331
More information about the cfe-commits
mailing list