[Mlir-commits] [mlir] [MLIR] convert LLVMTranslationDialectInterface using ODS (PR #181391)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Feb 15 09:56:22 PST 2026
================
@@ -20,6 +20,7 @@ add_mlir_dialect_library(MLIRLLVMDialect
MLIRLLVMIntrinsicOpsIncGen
MLIRLLVMInterfacesIncGen
MLIROpenMPOpsIncGen
+ MLIRLLVMTranslationDialectInterfaceIncGen
----------------
aidint wrote:
Do you mean Alphabetic order? If so, it's not ordered already. I'm going to assume that you meant the insertion order, so I'll move it to the end of the list.
https://github.com/llvm/llvm-project/pull/181391
More information about the Mlir-commits
mailing list