[libcxx-commits] [PATCH] D129862: [libc++][AIX] Correct the definition of __regex_word for AIX

Hubert Tong via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 16 07:56:45 PDT 2022


hubert.reinterpretcast accepted this revision.
hubert.reinterpretcast added a comment.

In D129862#3657209 <https://reviews.llvm.org/D129862#3657209>, @xingxue wrote:

>> Can we have a test with a static_assert that checks the bits are disjoint (check union of all flags has the right number of 1s)?
>
> Thanks for catching this, @hubert.reinterpretcast! There is actually an `static_assert` that checks if `regex_word` overlaps other bits but it is disabled for AIX.  This update enables it.

Thank you, Xing, for the update! Confirming LGTM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129862



More information about the libcxx-commits mailing list