[flang-commits] [flang] [mlir] [llvm][mlir][OpenMP] Support translation for linear clause in omp.wsloop and omp.simd (PR #139386)
via flang-commits
flang-commits at lists.llvm.org
Tue Dec 9 20:50:12 PST 2025
NimishMishra wrote:
> Could we make the semantic check that generates the error run anyway, even if there is a version mismatch?
Would that diverge from our standard compliance: we would be running a semantic check from v5.2 on a < 5.2 OpenMP version?
For now, I have disabled the test in the testsuite (PR: https://github.com/llvm/llvm-test-suite/pull/308). We can re-enable it once the default version is 5.2.
https://github.com/llvm/llvm-project/pull/139386
More information about the flang-commits
mailing list