[all-commits] [llvm/llvm-project] 076953: [mlir] Skip invalid test on big endian platform (s...
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Tue Feb 13 11:41:04 PST 2024
Branch: refs/heads/release/18.x
Home: https://github.com/llvm/llvm-project
Commit: 076953d250624b8fdf094f8bce260380e28595ad
https://github.com/llvm/llvm-project/commit/076953d250624b8fdf094f8bce260380e28595ad
Author: Kai Sasaki <lewuathe at gmail.com>
Date: 2024-02-13 (Tue, 13 Feb 2024)
Changed paths:
A mlir/test/Target/LLVMIR/llvmir-le-specific.mlir
M mlir/test/Target/LLVMIR/llvmir.mlir
Log Message:
-----------
[mlir] Skip invalid test on big endian platform (s390x) (#80246)
The buildbot test running on s390x platform keeps failing since [this
time](https://lab.llvm.org/buildbot/#/builders/199/builds/31136). This
is because of the dependency on the endianness of the platform. It
expects the format invalid in the big endian platform (s390x). We can
simply skip it.
See: https://discourse.llvm.org/t/mlir-s390x-linux-failure/76695
(cherry picked from commit 65ac8c16e028b23b49fd6b03817faa1ab6c0229d)
More information about the All-commits
mailing list