[all-commits] [llvm/llvm-project] d1186f: [mlir] [ExecutionEngine] add option to enable/disa...
Aart Bik via All-commits
all-commits at lists.llvm.org
Mon Mar 9 09:27:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d1186fcb0428437b07390b6664a30829a0e5701e
https://github.com/llvm/llvm-project/commit/d1186fcb0428437b07390b6664a30829a0e5701e
Author: aartbik <ajcbik at google.com>
Date: 2020-03-09 (Mon, 09 Mar 2020)
Changed paths:
M mlir/include/mlir/ExecutionEngine/ExecutionEngine.h
M mlir/lib/ExecutionEngine/ExecutionEngine.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list