[Mlir-commits] [mlir] [mlir] Add support for DIGlobalVariable and DIGlobalVariableExpression (PR #73367)

Justin Wilson llvmlistbot at llvm.org
Tue Nov 28 07:01:55 PST 2023


================
@@ -34,6 +48,7 @@ void LLVMDialect::registerAttributes() {
   addAttributes<
 #define GET_ATTRDEF_LIST
 #include "mlir/Dialect/LLVMIR/LLVMOpsAttrDefs.cpp.inc"
+
----------------
waj334 wrote:

I suspect that is inserted by clang-tidy

https://github.com/llvm/llvm-project/pull/73367


More information about the Mlir-commits mailing list