[PATCH] D122247: [OpenMP] Initial parsing/sema for the 'omp parallel loop' construct

Jake Egan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 10:37:52 PDT 2022


Jake-Egan added a comment.

In D122247#3405670 <https://reviews.llvm.org/D122247#3405670>, @mikerice wrote:

> In D122247#3404533 <https://reviews.llvm.org/D122247#3404533>, @Jake-Egan wrote:
>
>> Hi, this change causes a LIT failure on AIX.
>>
>> https://lab.llvm.org/buildbot/#/builders/214/builds/374/steps/6/logs/FAIL__Clang__index-source_m
>
> Hi @Jake-Egan, not sure I understand.  This change was checked in 22 Mar 13:55:47 but the changes tested in this build are from 23 Mar.  
> Is the test still failing?

Sorry, I sent you a link to a newer build. The test first started failing here: https://lab.llvm.org/buildbot/#/builders/214/builds/365/steps/6/logs/FAIL__Clang__index-source_m

I double-checked to make sure this commit caused the failure.. but it looks like the test no longer fails on the latest builds, so I think we're good.


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

https://reviews.llvm.org/D122247



More information about the llvm-commits mailing list