[PATCH] D82405: [openmp] Move Directive and Clause helper function to tablegen
    Joel E. Denny via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jun 29 14:46:08 PDT 2020
    
    
  
jdenny added a comment.
Be sure to update the summary where it talks about `OMP.inc`.
Thanks for adjusting the indentation.
================
Comment at: llvm/test/TableGen/directive2.td:63
+// IMPL-NEXT:      .Case("dira",TDLD_dira)
+// IMPL-NEXT:      .Default(TDLD_dira);
+// IMPL-NEXT:  }
----------------
Why did `.Default` just show up here in this update?
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