[Mlir-commits] [mlir] 6b63381 - [mlir] define a customized DEBUG_TYPE in InterfaceSupport.h

Alex Zinenko llvmlistbot at llvm.org
Thu Jun 17 04:24:58 PDT 2021


Author: Alex Zinenko
Date: 2021-06-17T13:24:32+02:00
New Revision: 6b6338195c1b1a32a62adb37204022c1760eb899

URL: https://github.com/llvm/llvm-project/commit/6b6338195c1b1a32a62adb37204022c1760eb899
DIFF: https://github.com/llvm/llvm-project/commit/6b6338195c1b1a32a62adb37204022c1760eb899.diff

LOG: [mlir] define a customized DEBUG_TYPE in InterfaceSupport.h

Added: 
    

Modified: 
    mlir/include/mlir/Support/InterfaceSupport.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Support/InterfaceSupport.h b/mlir/include/mlir/Support/InterfaceSupport.h
index 0161866909a2..8e794ed52d91 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 {
 //===----------------------------------------------------------------------===//


        


More information about the Mlir-commits mailing list