[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:10:11 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: None (julianmorillo)
<details>
<summary>Changes</summary>
This will skip the test on all RISC-V platforms, preventing a segmentation fault during testing.
---
Full diff: https://github.com/llvm/llvm-project/pull/156907.diff
1 Files Affected:
- (modified) mlir/test/CAPI/execution_engine.c (+1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/156907
More information about the Mlir-commits
mailing list