[PATCH] D82405: [openmp] Move Directive and Clause helper function to tablegen
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 29 14:59:13 PDT 2020
clementval marked 2 inline comments as done.
clementval added inline comments.
================
Comment at: llvm/test/TableGen/directive2.td:63
+// IMPL-NEXT: .Case("dira",TDLD_dira)
+// IMPL-NEXT: .Default(TDLD_dira);
+// IMPL-NEXT: }
----------------
jdenny wrote:
> Why did `.Default` just show up here in this update?
I forced to have at least one default now so this reflect here as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82405/new/
https://reviews.llvm.org/D82405
More information about the llvm-commits
mailing list