[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:39 PDT 2026
================
@@ -249,10 +249,15 @@ void Flang::addCodegenOptions(const ArgList &Args,
<< "-frepack-arrays-contiguity=" << arg;
}
+ // -fdo-concurrent and -fdo-concurrent-to-openmp are aliases. Make sure the
----------------
tarunprabhu wrote:
Is there a reason to force the original spelling in the arguments passed to `-fc1`?
https://github.com/llvm/llvm-project/pull/195007
More information about the flang-commits
mailing list