This is an archive of the discontinued LLVM Phabricator instance.

Addressing review comments.
AbandonedPublic

Authored by jlegare on Jul 20 2022, 10:16 AM.

Details

Reviewers
None
Summary

Eliminated the (newly introduced) llvm::Function argument
of ShouldInstrumentFunction() and used CurFuncDecl instead.

Added in file name based exclusions, as the change had apparently
been left out of my previous submission.

Diff Detail

Event Timeline

jlegare created this revision.Jul 20 2022, 10:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2022, 10:16 AM
jlegare requested review of this revision.Jul 20 2022, 10:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2022, 10:16 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
jlegare abandoned this revision.Jul 20 2022, 10:19 AM

This was not supposed to be committed.