[mlir] [ExecutionEngine] add option to enable/disable GDB notification listener
authoraartbik <ajcbik@google.com>
Sat, 7 Mar 2020 01:01:18 +0000 (17:01 -0800)
committeraartbik <ajcbik@google.com>
Mon, 9 Mar 2020 16:26:03 +0000 (09:26 -0700)
commitd1186fcb0428437b07390b6664a30829a0e5701e
tree055303e4bec764a6e0dab4ea3139423ab7e8df6d
parentcdeeb548bbebdff7661fb20b72839b920be0adbe
[mlir] [ExecutionEngine] add option to enable/disable GDB notification listener

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.

Reviewers: rriddle, nicolasvasilache, ftynse, andydavis1

Reviewed By: nicolasvasilache

Subscribers: mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, Joonsoo, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D75787
mlir/include/mlir/ExecutionEngine/ExecutionEngine.h
mlir/lib/ExecutionEngine/ExecutionEngine.cpp