[mlir] XFAIL IR/elements-attr-interface.mlir on SystemZ

This is still failing as endianness of binary blob external
resources is still not handled correctly.
This commit is contained in:
Ulrich Weigand 2022-07-12 09:37:19 +02:00
parent de9a7260ac
commit 3c4468e67f
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
// RUN: mlir-opt %s -test-elements-attr-interface -verify-diagnostics
// Parsing external resources does not work on big-endian platforms currently
// XFAIL: s390x-
// This test contains various `ElementsAttr` attributes, and tests the support
// for iterating the values of these attributes using various native C++ types.
// This tests that the abstract iteration of ElementsAttr works properly, and