[flang-commits] [clang] [flang] [Flang][OpenMP] Add -fdo-concurrent alias for -fdo-concurrent-to-openmp (PR #195007)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Thu Apr 30 08:08:36 PDT 2026
https://github.com/tarunprabhu commented:
I am curious about the motivation for this. Is it just that the `-fdo-concurrent-to-openmp` is too long?
It feels like the aliasing is "backwards". The longer option makes it clear how the option affects the compiler's behavior, while the shorter version does not. This is definitely a nit, but I think the clearer option should not be the "convenience" alias.
Note that @kiranchandramohan has a [PR](https://github.com/llvm/llvm-project/pull/194398] that moves the Flang options to a separate file. That PR is close to being merged, and will definitely affect this one.
https://github.com/llvm/llvm-project/pull/195007
More information about the flang-commits
mailing list