[flang-commits] [flang] [Flang][OMP]Add support for DECLARE MAPPER parsing and semantics (PR #115160)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Wed Nov 6 16:06:18 PST 2024
================
@@ -3924,7 +3937,8 @@ struct OpenMPDeclarativeConstruct {
CharBlock source;
std::variant<OpenMPDeclarativeAllocate, OpenMPDeclareReductionConstruct,
OpenMPDeclareSimdConstruct, OpenMPDeclareTargetConstruct,
- OpenMPThreadprivate, OpenMPRequiresConstruct>
+ OpenMPThreadprivate, OpenMPRequiresConstruct,
+ OpenMPDeclareMapperConstruct>
----------------
kiranchandramohan wrote:
Nit:put in alphabetical order
https://github.com/llvm/llvm-project/pull/115160
More information about the flang-commits
mailing list