[PATCH] D105605: [llvm-cxxfilt] Switch command line parsing from llvm::cl to OptTable

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 9 00:43:55 PDT 2021


jhenderson accepted this revision.
jhenderson added a subscriber: gbreynoo.
jhenderson added a comment.
This revision is now accepted and ready to land.

LGTM.

(FYI: @gbreynoo - I'm not sure there's much we'll need to change downstream, but subscribing you anayway).



================
Comment at: llvm/tools/llvm-cxxfilt/Opts.td:19
+def types : FF<"types", "">;
+def help : FF<"help", "Display this help">;
+def version : FF<"version", "Display the version">;
----------------
Alphabetical ordering?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105605



More information about the llvm-commits mailing list