[Mlir-commits] [mlir] Add`final` specifier to the classop (PR #145977)

Mircea Trofin llvmlistbot at llvm.org
Thu Jun 26 14:58:51 PDT 2025


================
@@ -1,6 +1,6 @@
 // RUN: mlir-translate --mlir-to-cpp %s | FileCheck %s
 
-emitc.class @modelClass {
+emitc.class final @modelClass {
----------------
mtrofin wrote:

I'd add a separate test for final. Otherwise lgtm

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


More information about the Mlir-commits mailing list