[Mlir-commits] [mlir] [mlir] Allow setting of Dwarf version information. (PR #158692)
Tobias Gysi
llvmlistbot at llvm.org
Mon Sep 15 10:44:28 PDT 2025
================
@@ -92,6 +92,8 @@ def LLVM_Dialect : Dialect {
static StringRef getDependentLibrariesAttrName() {
return "llvm.dependent_libraries";
}
+ /// Name of the dwarf version attribute.
----------------
gysit wrote:
```suggestion
/// Name of the dwarf version attribute.
```
nit: let's add a newline as for the other cases
https://github.com/llvm/llvm-project/pull/158692
More information about the Mlir-commits
mailing list