[flang-commits] [PATCH] D136328: [flang] Add High level Fortran IR dialect

Jean Perier via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri Oct 21 08:20:45 PDT 2022


jeanPerier added a comment.

In D136328#3874697 <https://reviews.llvm.org/D136328#3874697>, @DavidSpickett wrote:

> Hi @jeanPerier, one of the flang bots is failing every couple of builds since this change https://lab.llvm.org/buildbot/#/builders/173.
>
> Specific example: https://lab.llvm.org/buildbot/#/builders/173/builds/10304
>
>   /home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/flang/include/flang/Optimizer/HLFIR/HLFIRDialect.h:19:10: fatal error: 'flang/Optimizer/HLFIR/HLFIRDialect.h.inc' file not found
>   #include "flang/Optimizer/HLFIR/HLFIRDialect.h.inc"
>            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> I see you have fixed some of the other builders (thanks!) do you expect this one to be working consistently? Let me know if you need any more details about it. As flang goes, it's one of the simpler build configs.

Hi David, thanks for the warning, I missed the mails about these failures. I think I know how to fix this build race condition. I will push a fix ASAP.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136328



More information about the flang-commits mailing list