[Mlir-commits] [mlir] [MLIR][LLVM] Allow importing of nameless globals (PR #101918)
Christian Ulmann
llvmlistbot at llvm.org
Sun Aug 4 20:26:55 PDT 2024
================
@@ -367,6 +368,8 @@ class ModuleImport {
ModuleOp mlirModule;
/// The LLVM module being imported.
std::unique_ptr<llvm::Module> llvmModule;
+ /// Nameless globals
----------------
Dinistro wrote:
```suggestion
/// Nameless globals.
```
Ultra nit
https://github.com/llvm/llvm-project/pull/101918
More information about the Mlir-commits
mailing list