[Mlir-commits] [mlir] Mark as UNSUPPORTED for RISC-V execution_engine.c test (PR #156907)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Sep 4 08:09:33 PDT 2025


https://github.com/julianmorillo updated https://github.com/llvm/llvm-project/pull/156907

>From c475e52ff491e24e1dfea1fa886cc7712d5342ad Mon Sep 17 00:00:00 2001
From: Julian Morillo <julian.morillo at bsc.es>
Date: Thu, 4 Sep 2025 17:06:45 +0200
Subject: [PATCH] Mark as UNSUPPORTED for RISC-V execution_engine.c test

---
 mlir/test/CAPI/execution_engine.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mlir/test/CAPI/execution_engine.c b/mlir/test/CAPI/execution_engine.c
index 4751288c3ee4b..0717ee45d62e4 100644
--- a/mlir/test/CAPI/execution_engine.c
+++ b/mlir/test/CAPI/execution_engine.c
@@ -7,6 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: riscv
 /* RUN: mlir-capi-execution-engine-test 2>&1 | FileCheck %s
  */
 /* REQUIRES: host-supports-jit



More information about the Mlir-commits mailing list