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 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits