[PATCH] D93447: [Flang][openmp][openacc] Extend CheckNoBranching to handle branching provided by LabelEnforce.

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 06:09:32 PST 2021


awarzynski added a comment.

Hi @sameeranjoshi , thank you for working on this!

Sadly with this patch one of our upstream builders has started failing: http://lab.llvm.org:8011/#/builders/33/builds/1866. More specifically,`Semantics/omp-parallell01.f90` is failing.

All other builders are fine, which makes this weird. The only unique thing about the failing builder (`flang-aarch64-ubuntu-clang`) is that it uses `clang-10`. Could you take a look?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93447



More information about the llvm-commits mailing list