[Openmp-commits] [flang] [openmp] [flang][OpenMP] Compile proper `omp_lib.mod` from the `openmp/src/include` sources (PR #80874)

Michael Klemm via Openmp-commits openmp-commits at lists.llvm.org
Wed Mar 6 03:18:08 PST 2024


mjklemm wrote:

> Please enable the OpenMP runtime in the pre-commit or post-commit CI so that we continue to have testing for those that now require the openmp_runtime.

One immediate change to make would be to change the buildkite configuration to include "openmp" in the project list right after flang.  That would slight increase the build time for each push to PR, as it would then build the OpenMP runtime, too.  Not sure if that's desired.

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


More information about the Openmp-commits mailing list