[mlir] Split things dependent on LLVM_DEBUG into a .cpp file
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 17 Jun 2021 13:02:00 +0000 (15:02 +0200)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 17 Jun 2021 13:06:40 +0000 (15:06 +0200)
commitc878d03d60fc91ecad661f4435ce70bf276f3bdb
tree2e2912e12de13b0e42b56d6b1ffba8085fe0b022
parentcdb4fcf9a19ca35b50754791f3986337046d9406
[mlir] Split things dependent on LLVM_DEBUG into a .cpp file

LLVM_DEBUG in headers is awkward, better avoid it. DEBUG_TYPE in a
header results in a lot of macro redefinition warnings.
mlir/include/mlir/Support/InterfaceSupport.h
mlir/lib/Support/CMakeLists.txt
mlir/lib/Support/InterfaceSupport.cpp [new file with mode: 0644]