[flang-commits] [clang] [flang] [flang][OpenMP] Upstream first part of `do concurrent` mapping (PR #126026)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Thu Feb 13 04:23:09 PST 2025
================
@@ -157,6 +157,34 @@ static bool parseDebugArgs(Fortran::frontend::CodeGenOptions &opts,
return true;
}
+static bool parseDoConcurrentMapping(Fortran::frontend::CodeGenOptions &opts,
----------------
kiranchandramohan wrote:
The return value seems unused.
https://github.com/llvm/llvm-project/pull/126026
More information about the flang-commits
mailing list