forked from OSchip/llvm-project
[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:
parent
de9a7260ac
commit
3c4468e67f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue