[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
Thu Feb 13 06:58:34 PST 2025


Meinersbur wrote:

The pre-merge tests are failing. AFAICS, these are issues with the Buildkite bots, not with this PR.

 *  buildkite/libcxx-ci/aarch64(-fno-exceptons): timeouts
 *  buildkite/github-pull-requests/linux-linux-x64 and /windows-windows-x64: Linux reports failing to create the directory `flang/include`. The Windows error is `ninja: error: FindFirstFileExA(include/flang): The directory name is invalid.`. This seems to be an instance of https://github.com/ninja-build/ninja/issues/2159 and hints that in both cases, "include/flang" is a file (instead of a directory as expected).

I don't see `include/flang` being a file in my local tests build directory (it contains the `.mod` files), I am assuming this is a leftover from some previous build on the buildbot. Plus, this PR doesn't change anything about how the module files are being built.

https://github.com/llvm/llvm-project/pull/110217


More information about the llvm-branch-commits mailing list