[Mlir-commits] [mlir] [tblgen] Add command line flag for using fallback TypeIDs in generation (PR #125767)
Stef Lindall
llvmlistbot at llvm.org
Wed Feb 12 18:43:16 PST 2025
bethebunny wrote:
> In general I'm unsure about the risk of name conflicts with this?
I think this is OK. Types in anonymous contexts shouldn't be able to be shared across DSOs anyway, so it's fine for them to continue to define as self-owned.
https://github.com/llvm/llvm-project/pull/125767
More information about the Mlir-commits
mailing list