[Mlir-commits] [mlir] [mlir][EmitC] Update WrapFunInClassPass pass (PR #203641)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Jun 15 06:56:01 PDT 2026
================
@@ -1,5 +1,6 @@
// RUN: mlir-opt %s -wrap-emitc-func-in-class -split-input-file | FileCheck %s
// RUN: mlir-opt %s -wrap-emitc-func-in-class=func-name=execute -split-input-file | FileCheck %s --check-prefixes=EXECUTE
+// RUN: mlir-opt %s -wrap-emitc-func-in-class -split-input-file | FileCheck %s
----------------
banach-space wrote:
Doesn't this repeat the first RUN line?
https://github.com/llvm/llvm-project/pull/203641
More information about the Mlir-commits
mailing list