From 6b6338195c1b1a32a62adb37204022c1760eb899 Mon Sep 17 00:00:00 2001 From: Alex Zinenko Date: Thu, 17 Jun 2021 13:24:32 +0200 Subject: [PATCH] [mlir] define a customized DEBUG_TYPE in InterfaceSupport.h --- mlir/include/mlir/Support/InterfaceSupport.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mlir/include/mlir/Support/InterfaceSupport.h b/mlir/include/mlir/Support/InterfaceSupport.h index 0161866..8e794ed 100644 --- a/mlir/include/mlir/Support/InterfaceSupport.h +++ b/mlir/include/mlir/Support/InterfaceSupport.h @@ -19,6 +19,8 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/TypeName.h" +#define DEBUG_TYPE "interfaces" + namespace mlir { namespace detail { //===----------------------------------------------------------------------===// -- 2.7.4