[Mlir-commits] [mlir] [MLIR][LLVMIR] Add module flags support (PR #130679)

Bruno Cardoso Lopes llvmlistbot at llvm.org
Tue Mar 11 11:30:53 PDT 2025


bcardosolopes wrote:

> Couldn't we just add these attributes to the module?

We could, I did that initially but then decided to go the `LinkerOptionsOp` route, but I don't have a strong preference either way

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


More information about the Mlir-commits mailing list