[PATCH] D155119: [sancov] Switch to OptTable from llvm::cl

Andres Villegas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 14:14:52 PDT 2023


avillega created this revision.
avillega added a reviewer: abrachet.
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/D155119

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155119.539728.patch
Type: text/x-patch
Size: 14310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230712/657eea50/attachment.bin>


More information about the llvm-commits mailing list