[PATCH] D70610: [TableGen] Add backend to generate command guide for tools using libOption.
Michael Spencer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 22 12:26:50 PST 2019
Bigcheese 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);
----------------
Is this used outside the definition of `CompareOptionRecords`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70610/new/
https://reviews.llvm.org/D70610
More information about the llvm-commits
mailing list