This is an archive of the discontinued LLVM Phabricator instance.

Register profiling support for OrcJit in lli
ClosedPublic

Authored by tetzank on May 23 2022, 9:04 AM.

Details

Summary

The registration of the event listeners was just missing for OrcJit,
only enabled for MCJit.

Fixes #55528

Diff Detail

Event Timeline

tetzank created this revision.May 23 2022, 9:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2022, 9:04 AM
tetzank requested review of this revision.May 23 2022, 9:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2022, 9:04 AM
lhames accepted this revision.May 24 2022, 6:33 PM

LGTM. Thanks very much Frank!

If you have commit access please go ahead and commit. If you don't have commit access please just let me know the name and email that you would like me to use for attribution and I can commit the patch on your behalf.

This revision is now accepted and ready to land.May 24 2022, 6:33 PM

If you have commit access please go ahead and commit. If you don't have commit access please just let me know the name and email that you would like me to use for attribution and I can commit the patch on your behalf.

I do not have commit access. Please commit as Frank Tetzel <frank.tetzel@sap.com>. Thank you for your guidance.

This revision was landed with ongoing or failed builds.Mar 14 2023, 5:03 PM
This revision was automatically updated to reflect the committed changes.

Very belatedly landed. Thanks again for this Frank!