[PATCH] D98603: [Flang] [OpenMP] Add function for mapping OpenMP Parser clause classes with the corresponding clause kind
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 15 17:10:12 PDT 2021
clementval added inline comments.
================
Comment at: llvm/utils/TableGen/DirectiveEmitter.cpp:652
+// corresponding clause Kind
+void GenerateFlangClauseParserKindMap(const DirectiveLanguage &DirLang,
+ raw_ostream &OS) {
----------------
kiranchandramohan wrote:
> Would it be possible to add a test in the following file?
> test/TableGen/directive1.td
Right. I missed that point. +1
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98603/new/
https://reviews.llvm.org/D98603
More information about the llvm-commits
mailing list