[PATCH] D48013: TableGen/SearchableTables: Support more generic enums and tables

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 11 16:18:09 PDT 2018


javed.absar added inline comments.


================
Comment at: include/llvm/TableGen/SearchableTable.td:77
+  //
+  //   def SomeEnum : GenericEnum {
+  //     let FilterClass = "SomeEnum";
----------------
Maybe change to 'MyEnum' to be consistent with rest of the example.


Repository:
  rL LLVM

https://reviews.llvm.org/D48013





More information about the llvm-commits mailing list