[flang-commits] [flang] [flang][OpenMP] Parse OpenMP 6.0 map	modifiers (PR #149134)
    Krzysztof Parzyszek via flang-commits 
    flang-commits at lists.llvm.org
       
    Mon Jul 21 05:57:44 PDT 2025
    
    
  
================
@@ -4001,6 +4079,18 @@ struct OmpVariableCategory {
   WRAPPER_CLASS_BOILERPLATE(OmpVariableCategory, Value);
 };
 
+// Extension
----------------
kparzysz wrote:
I'm not sure if there is any.  Maybe in clang somewhere.  IIRC it's to make the runtime keep a mapped value forever, but it don't remember where I saw it (likely in the source code, maybe as a comment...)
https://github.com/llvm/llvm-project/pull/149134
    
    
More information about the flang-commits
mailing list