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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D75787
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 6 2020, 6:40 PM Closed by commit rGd1186fcb0428: [mlir] [ExecutionEngine] add option to enable/disable GDB notification listener (authored by aartbik). · Explain WhyMar 9 2020, 9:42 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 248863 mlir/include/mlir/ExecutionEngine/ExecutionEngine.h
mlir/lib/ExecutionEngine/ExecutionEngine.cpp
|