[PATCH] D154642: [NFC][llvm-dwp] Switch from llvm::cl to OptTable

Andres Villegas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 6 12:23:21 PDT 2023


avillega created this revision.
Herald added a project: All.
avillega requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Switch the parse of command line options from llvm::cl to OptTable.

The motivation for this change is to continue adding llvm based tools
to the llvm driver multicall. For more information about the proposal
and motivation, please see https://discourse.llvm.org/t/rfc-llvm-busybox-proposal/58494


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154642

Files:
  llvm/test/tools/llvm-dwp/help.test
  llvm/tools/llvm-dwp/CMakeLists.txt
  llvm/tools/llvm-dwp/Opts.td
  llvm/tools/llvm-dwp/llvm-dwp.cpp
  llvm/utils/gn/secondary/llvm/tools/llvm-dwp/BUILD.gn
  utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154642.537830.patch
Type: text/x-patch
Size: 8129 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230706/cfe58bfe/attachment.bin>


More information about the llvm-commits mailing list