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

Christian Ulmann llvmlistbot at llvm.org
Mon Nov 27 23:03:12 PST 2023


================
@@ -191,6 +192,13 @@ class ModuleTranslation {
   /// Translates the given location.
   llvm::DILocation *translateLoc(Location loc, llvm::DILocalScope *scope);
 
+  /// Translates the given LLVM DWARF expression metadata
----------------
Dinistro wrote:

Ultra nit: We prefer to use punctuation in all comments. Same for the one below. 
```suggestion
  /// Translates the given LLVM DWARF expression metadata.
```

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


More information about the Mlir-commits mailing list