[flang] [llvm] [Flang][OpenMP] WIP: Add frontend support for declare variant (PR #130578)
Mats Petersson via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 10 06:28:42 PDT 2025
================
@@ -693,6 +700,7 @@ class ParseTreeDumper {
NODE(parser, OpenMPCriticalConstruct)
NODE(parser, OpenMPDeclarativeAllocate)
NODE(parser, OpenMPDeclarativeConstruct)
+ NODE(parser, OmpDeclareVariantDirective)
----------------
Leporacanthicus wrote:
Nit: Is there a reason this directive is called "Omp" and the others are "OpenMP"?
https://github.com/llvm/llvm-project/pull/130578
More information about the llvm-commits
mailing list