[Mlir-commits] [mlir] b32d078 - [AIX] XFAIL mlir builtin test on big endian AIX [NFC] (#187365)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Mar 23 10:48:52 PDT 2026
Author: Mark Danial
Date: 2026-03-23T13:48:48-04:00
New Revision: b32d078782c5e05d9a54ada1ba257edd31e28fe6
URL: https://github.com/llvm/llvm-project/commit/b32d078782c5e05d9a54ada1ba257edd31e28fe6
DIFF: https://github.com/llvm/llvm-project/commit/b32d078782c5e05d9a54ada1ba257edd31e28fe6.diff
LOG: [AIX] XFAIL mlir builtin test on big endian AIX [NFC] (#187365)
Similar to https://github.com/llvm/llvm-project/pull/186305
Added:
Modified:
mlir/test/Dialect/Builtin/Bytecode/builtin_fixed.mlir
Removed:
################################################################################
diff --git a/mlir/test/Dialect/Builtin/Bytecode/builtin_fixed.mlir b/mlir/test/Dialect/Builtin/Bytecode/builtin_fixed.mlir
index 1ca6a47e97b8b..638689406ab17 100644
--- a/mlir/test/Dialect/Builtin/Bytecode/builtin_fixed.mlir
+++ b/mlir/test/Dialect/Builtin/Bytecode/builtin_fixed.mlir
@@ -13,6 +13,7 @@
// Parsing external resources does not work on big-endian platforms currently
// XFAIL: target={{(s390x|sparc.*)-.*}}
+// XFAIL: target={{.*}}-aix{{.*}}
module {
More information about the Mlir-commits
mailing list