[libcxx-commits] [PATCH] D102844: XFAIL align.pass.pass.cpp on aix regarding atomic alignment

Jason Liu via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 22 12:14:25 PDT 2021


jasonliu abandoned this revision.
jasonliu added a comment.

is_lock_free actually returns false for this structure:
struct LLIArr2 { long long int i[2]; };

So I'm seeing this test case passing on pwr8 and pwr9. 
I don't think we need this change for AIX.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102844/new/

https://reviews.llvm.org/D102844



More information about the libcxx-commits mailing list