[all-commits] [llvm/llvm-project] c878d0: [mlir] Split things dependent on LLVM_DEBUG into a...

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Thu Jun 17 06:08:39 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c878d03d60fc91ecad661f4435ce70bf276f3bdb
      https://github.com/llvm/llvm-project/commit/c878d03d60fc91ecad661f4435ce70bf276f3bdb
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2021-06-17 (Thu, 17 Jun 2021)

  Changed paths:
    M mlir/include/mlir/Support/InterfaceSupport.h
    M mlir/lib/Support/CMakeLists.txt
    A mlir/lib/Support/InterfaceSupport.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list