[flang-commits] [flang] [flang][OpenMP] Verify that N in -fopenmp-version=N is valid (PR #145725)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Wed Jun 25 09:00:08 PDT 2025


https://github.com/tblah commented:

https://github.com/llvm/llvm-project/pull/144915 processes the version in the compiler driver not the frontend driver. I chose to do it there for consistency with the old experimental warning.

Would you prefer I move that warning to the frontend driver or do you think we should move these checks to the compiler driver?

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


More information about the flang-commits mailing list