[flang-commits] [flang] [llvm] [Flang][OpenMP] Initial defaultmap implementation (PR #135226)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Tue May 6 07:59:50 PDT 2025


================
@@ -32,6 +32,10 @@ namespace Fortran {
 namespace lower {
 namespace omp {
 
+// Container type for tracking user specified Defaultmaps for a target region
+using DefaultMapsTy = std::map<clause::Defaultmap::VariableCategory,
----------------
skatrak wrote:

Yeah, it looks like it's not such a straightforward solution, thanks for giving it a look!

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


More information about the flang-commits mailing list