blob: 54f1bf98d66dfe8ef07b4fec61d00416c0352b9a [file] [log] [blame]
// Checks that the debugger hook is enabled when called with the CLI option.
// RUN: mlir-opt %s --mlir-enable-debugger-hook --pass-pipeline="builtin.module(func.func(canonicalize))" --mlir-disable-threading 2>&1 | FileCheck %s
func.func @foo() {
return
}
// CHECK: ExecutionContext registered on the context
// CHECK-SAME: (with Debugger hook)