Skip to content

Commit df16842

Browse files
authored
[NFC][libc++][test][AIX] fix SIMD test XFAIL for clang before 19 (#94509)
058e445 added an XFAIL for this test on AIX because of a backend limitation. That backend limitation has been resolved by 0295c2a and will be available for clang 19, so we should update the test to limit the XFAIL to clang versions before that.
1 parent a71aecb commit df16842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/test/std/experimental/simd/simd.class/simd_copy.pass.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
// UNSUPPORTED: c++03, c++11, c++14
1010

11-
// FIXME: Fatal error with following targets (remove XFAIL when fixed):
11+
// Older versions of clang may encounter a backend error (see 0295c2ad):
1212
// Pass-by-value arguments with alignment greater than register width are not supported.
13-
// XFAIL: target=powerpc{{.*}}-ibm-aix7.2.5.7
13+
// XFAIL: target=powerpc{{.*}}-ibm-{{.*}} && (clang-17 || clang-18)
1414

1515
// <experimental/simd>
1616
//

0 commit comments

Comments
 (0)