[PATCH] D106968: [flang][openacc] Use TableGen to generate the clause parser
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 18 00:28:12 PDT 2022
clementval added inline comments.
================
Comment at: llvm/utils/TableGen/DirectiveEmitter.cpp:772
+
+ GenerateFlangClausesParser(DirLang, OS);
}
----------------
kiranchandramohan wrote:
> kiranchandramohan wrote:
> > I see that this is autogenerating clause parsers for OpenMP as well. Will you be creating a patch for enabling it or would you like one of us to do it?
> I see that you have covered this in the summary. Thanks.
I'm not sure when I can work on that but it's on my todo list.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106968/new/
https://reviews.llvm.org/D106968
More information about the llvm-commits
mailing list