[flang-commits] [flang] [Flang][OpenMP] Fix default firstprivatization miscategorization of mod file symbols (PR #157009)
Leandro Lupori via flang-commits
flang-commits at lists.llvm.org
Fri Sep 5 09:20:33 PDT 2025
luporl wrote:
Does the issue only occur when the module and its use are in separate files?
There are some tests that define a module and then use it in a program, but in the same file.
Another option could be using split-file, to have both parts in the same test file, like in `flang/test/Lower/OpenMP/generic-loop-rewriting.f90`.
In any case, a test or example would be good to help understand the issue.
https://github.com/llvm/llvm-project/pull/157009
More information about the flang-commits
mailing list