[PATCH] D116637: [Clang][Sema][OpenMP] Sema support for `atomic compare`

Shilei Tian via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 4 12:38:38 PST 2022


tianshilei1992 added a comment.

In D116637#3297833 <https://reviews.llvm.org/D116637#3297833>, @jdoerfert wrote:

> In D116637#3297790 <https://reviews.llvm.org/D116637#3297790>, @tianshilei1992 wrote:
>
>> In D116637#3297785 <https://reviews.llvm.org/D116637#3297785>, @kda wrote:
>>
>>> This still seems to be breaking sanitizers fast: https://lab.llvm.org/buildbot/#/builders/5/builds/18563
>>>
>>> To reproduce these results:
>>> https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
>>
>> I pushed a fix about half an hour ago. It should fix the issue. Thanks.
>
> I doubt it is fixed. Also, please reference the phab review in a fix to make it easier to find it.

It will. The BuildBot link here is still the one for this patch. It is fixed in `b8ec430de71766d9a35a6b737c8a789c0c7cf812`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116637



More information about the cfe-commits mailing list