[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:37:10 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.

I merged a fix:
https://github.com/llvm/llvm-project/commit/2c0d0566ee2d871c5614b829416bb628ef1892a8

Since it is build race condition, it is hard to reproduce and be sure this fixed all, but from a build logic point of view, I think that was the problem. Thanks again for brining this to my attention.


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