[flang-commits] [flang] [flang][OpenMP] Add `private` to `allocate` in parallel-sections.f90 (PR #92185)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Wed May 15 04:32:37 PDT 2024
kparzysz wrote:
> Thanks for the fix. nit: I think this test also does not need to depend upon openmp_runtime
We'd need to remove the `omp_high_bw_mem_alloc` from the `allocate` clause. That symbol comes from `omp_lib.mod`, which is a part of the runtime. Are you ok with that, or should we leave it as it is now?
https://github.com/llvm/llvm-project/pull/92185
More information about the flang-commits
mailing list