[flang-commits] [PATCH] D136328: [flang] Add High level Fortran IR dialect
David Spickett via Phabricator via flang-commits
flang-commits at lists.llvm.org
Fri Oct 21 08:10:56 PDT 2022
DavidSpickett added a comment.
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.
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