[mlir] define a customized DEBUG_TYPE in InterfaceSupport.h
authorAlex Zinenko <zinenko@google.com>
Thu, 17 Jun 2021 11:24:32 +0000 (13:24 +0200)
committerAlex Zinenko <zinenko@google.com>
Thu, 17 Jun 2021 11:24:32 +0000 (13:24 +0200)
mlir/include/mlir/Support/InterfaceSupport.h

index 0161866..8e794ed 100644 (file)
@@ -19,6 +19,8 @@
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/TypeName.h"
 
+#define DEBUG_TYPE "interfaces"
+
 namespace mlir {
 namespace detail {
 //===----------------------------------------------------------------------===//