[llvm-branch-commits] [clang] [flang] [lld] [llvm] [Flang] LLVM_ENABLE_RUNTIMES=flang-rt (PR #110217)
Michael Kruse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Dec 6 05:01:32 PST 2024
Meinersbur wrote:
As @jeanPerier correctly pointed out to me, some buildbots would start failing with this patch, at least those running the Test-Suite using Flang will fail since the runtime is needed to correctly exectute applications, but also two builders that build the runtime out-of-tree will fail. I prepared a llvm-zorg patch to adapt the build configurations: https://github.com/llvm/llvm-zorg/pull/333.
Once this PR are accepted, I would wait for feedback from buildbots before applying the llvm-zorg patch in order to have a chance to revert if any `check-flang` steps are failing. After https://github.com/llvm/llvm-zorg/pull/333 @gkistanova needs to restart the [buildbot](https://lab.llvm.org/buildbot), so some intermittent buildbot failures seem unavoidable anyway. I also cannot test https://github.com/llvm/llvm-zorg/pull/333 in advance, so some more updates may be required, possibly by the worker's owners.
https://github.com/llvm/llvm-project/pull/110217
More information about the llvm-branch-commits
mailing list