mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 02:16:29 +00:00

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)
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.