[flang] [llvm] [Flang][OMP]Add support for DECLARE MAPPER parsing and semantics (PR #115160)

Mats Petersson via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 03:52:00 PST 2024


================
@@ -3872,6 +3872,17 @@ struct OpenMPDeclareTargetConstruct {
   std::tuple<Verbatim, OmpDeclareTargetSpecifier> t;
 };
 
+struct OmpDeclareMapperSpecifier {
----------------
Leporacanthicus wrote:

Now fixed. 

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


More information about the llvm-commits mailing list