[PATCH] D70610: [TableGen] Add backend to generate command guide for tools using libOption.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 22 12:53:03 PST 2019


JDevlieghere added inline comments.


================
Comment at: llvm/utils/TableGen/OptEmitter.h:14
+class Record;
+int StrCmpOptionName(const char *A, const char *B);
+int CompareOptionRecords(Record *const *Av, Record *const *Bv);
----------------
Bigcheese wrote:
> Is this used outside the definition of `CompareOptionRecords`?
Doesn't look like it. I'll move it into the implementation. 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70610/new/

https://reviews.llvm.org/D70610





More information about the llvm-commits mailing list