This is an archive of the discontinued LLVM Phabricator instance.

[mlir] [ExecutionEngine] add option to enable/disable GDB notification listener
ClosedPublic

Authored by aartbik on Mar 6 2020, 5:07 PM.

Details

Summary

This way, clients can opt-out of the GDB notification listener. Also, this
changes the semantics of enabling the object cache, which seemed the wrong
way around.

Diff Detail

Event Timeline

aartbik created this revision.Mar 6 2020, 5:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 6 2020, 5:07 PM
nicolasvasilache accepted this revision.Mar 6 2020, 6:40 PM
This revision is now accepted and ready to land.Mar 6 2020, 6:40 PM
This revision was automatically updated to reflect the committed changes.