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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 7 20:22:28 PDT 2021


MaskRay created this revision.
MaskRay added a reviewer: jhenderson.
Herald added a subscriber: mgorny.
MaskRay requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Similar to D104889 <https://reviews.llvm.org/D104889>. The tool is very simple and its long options are uncommon,
so just drop the one-dash form in this patch.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105605

Files:
  llvm/test/tools/llvm-cxxfilt/help.test
  llvm/tools/llvm-cxxfilt/CMakeLists.txt
  llvm/tools/llvm-cxxfilt/Opts.td
  llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105605.357125.patch
Type: text/x-patch
Size: 8476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210708/ca40478b/attachment.bin>


More information about the llvm-commits mailing list