This is an archive of the discontinued LLVM Phabricator instance.

Inlining Entry/Exit Instrumentation
Needs ReviewPublic

Authored by marksl on Feb 25 2019, 8:37 AM.

Details

Reviewers
llvm.org
Summary

One of our customers needed to inline the function entry/exit instrumentation functions. This seems like it would be a useful features to others.

Diff Detail

Event Timeline

marksl created this revision.Feb 25 2019, 8:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 25 2019, 8:37 AM

Please upload proper patch: -U99999, with the full path to the file.
Also, i doubt it is a good idea to add those comments.
Tests missing?