[Mlir-commits] [mlir] [mlir] Add importedEntities field in DIComplileUnitAttr. (PR #188576)

Tobias Gysi llvmlistbot at llvm.org
Wed Mar 25 23:56:40 PDT 2026


================

----------------
gysit wrote:

```suggestion
  for (DINodeAttr importNode : attr.getImportedEntities())
    importNodes.push_back(translate(importNode));
```
ultra nit: I prefer longer variable names.

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


More information about the Mlir-commits mailing list