Skip to content

Commit ef203f5

Browse files
ftynsekiranchandramohan
authored andcommitted
[mlir] define a customized DEBUG_TYPE in InterfaceSupport.h
1 parent 9621722 commit ef203f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mlir/include/mlir/Support/InterfaceSupport.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
#include "llvm/Support/Debug.h"
1919
#include "llvm/Support/TypeName.h"
2020

21+
#define DEBUG_TYPE "interfaces"
22+
2123
namespace mlir {
2224
namespace detail {
2325
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)