[libcxx-commits] [PATCH] D108668: [libc++] XFAIL align.pass.cpp for PowerPC LE
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 25 07:12:44 PDT 2021
ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
Can you explain why those assertion fails? Am I wrong to think this is a compiler bug on those targets?
================
Comment at: libcxx/test/libcxx/atomics/atomics.align/align.pass.cpp:21
// std::atomic when used with __attribute__((vector(X))).
-// XFAIL: gcc
+// XFAIL: gcc, powerpc64le, powerpcle
----------------
Also, where do we define the `powerpc64le` and `powerpcle` Lit features? IMO, this should be something of the form `XFAIL: target=<the-triple-you-target>`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108668/new/
https://reviews.llvm.org/D108668
More information about the libcxx-commits
mailing list