[PATCH] D130224: [Clang][Attribute] Introduce maybe_undef attribute for function arguments which accepts undef values

2022-07-29 Thread Mubariz Afzal via Phabricator via cfe-commits
mubarizafzal added a comment.

Hi, the test cases that this patch introduces are failing on some ppc64le 
(Linux on Power) buildbots:
https://lab.llvm.org/buildbot/#/builders/57
https://lab.llvm.org/buildbot/#/builders/230

Would you mind taking a look please?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130224

___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D114559: [clang] ASTMatchers: Fix out-of-bounds access in foreachArgumentWithParamType.

2021-12-15 Thread Mubariz Afzal via Phabricator via cfe-commits
mubarizafzal added a comment.

Hi, this patch is causing a build failure for clang-ppc64le-rhel 
, 
can this be reverted?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114559

___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D114559: [clang] ASTMatchers: Fix out-of-bounds access in foreachArgumentWithParamType.

2021-12-15 Thread Mubariz Afzal via Phabricator via cfe-commits
mubarizafzal added a comment.

In D114559#3195423 , @flx wrote:

> In D114559#3195357 , @mubarizafzal 
> wrote:
>
>> Hi, this patch is causing a build failure for clang-ppc64le-rhel 
>> ,
>>  can this be reverted?
>
> Hi, I just submitted a forward fix with: https://reviews.llvm.org/D115809
>
> Please let me know if this is not addressing the issue.

This looks to have resolved the issue, thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114559

___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits