[PATCH] D48013: TableGen/SearchableTables: Support more generic enums and tables
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 9 06:09:55 PDT 2018
RKSimon added inline comments.
================
Comment at: llvm/trunk/utils/TableGen/SearchableTableEmitter.cpp:437
+ OS << " if (LHS." << Field.Name << " > RHS." << Field.Name << ")\n";
+ OS << " return false;\n";
+ }
----------------
@nhaehnle We are still seeing signed/unsigned warnings on MSVC builds - please fix this.
http://lab.llvm.org:8011/builders/lld-x86_64-win7/builds/25901/steps/build%20lld/logs/warnings%20%282%29
Repository:
rL LLVM
https://reviews.llvm.org/D48013
More information about the llvm-commits
mailing list