[PATCH] D106968: [flang][openacc] Use TableGen to generate the clause parser

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 15:57:19 PDT 2022


kiranchandramohan added inline comments.


================
Comment at: llvm/utils/TableGen/DirectiveEmitter.cpp:772
+
+  GenerateFlangClausesParser(DirLang, OS);
 }
----------------
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.


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