This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Register JIT event listeners with RTDyldObjectLinkingLayer
ClosedPublic

Authored by ezhulenev on Apr 18 2020, 1:56 PM.

Details

Summary

Use a new API to register JIT event listeners.

Diff Detail

Event Timeline

ezhulenev created this revision.Apr 18 2020, 1:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 18 2020, 1:56 PM
rriddle accepted this revision.Apr 18 2020, 2:00 PM

Thanks for fixing this! I've been meaning to come back and clean this up after listener support was added.

mlir/include/mlir/ExecutionEngine/ExecutionEngine.h
122

nit: Use /// for comments.

This revision is now accepted and ready to land.Apr 18 2020, 2:00 PM
ezhulenev updated this revision to Diff 258558.Apr 18 2020, 2:10 PM

Fix comments.

ezhulenev marked an inline comment as done.Apr 18 2020, 2:10 PM
This revision was automatically updated to reflect the committed changes.