[Openmp-commits] [openmp] Avoid concurrency issues in LibompGetArchitecture (PR #151313)

via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 5 04:08:09 PDT 2025


jprotze wrote:

> Especially during `make check-all -j <n>` this CMake code might be run in parallel. So one process could remove the file another process has just written and tries to compile.

The code is executed at configure, not at build time. There is no concurrency for configure. What is the issue this patch tries to address?

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


More information about the Openmp-commits mailing list