[all-commits] [llvm/llvm-project] a8016e: [sancov] Switch to OptTable from llvm::cl

Andres Villegas via All-commits all-commits at lists.llvm.org
Tue Jul 25 17:07:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8016e296e6ec161897e7421c5efbc25a6aa3a9f
      https://github.com/llvm/llvm-project/commit/a8016e296e6ec161897e7421c5efbc25a6aa3a9f
  Author: Andrés Villegas <andresvi at google.com>
  Date:   2023-07-26 (Wed, 26 Jul 2023)

  Changed paths:
    M llvm/tools/sancov/CMakeLists.txt
    A llvm/tools/sancov/Opts.td
    M llvm/tools/sancov/sancov.cpp

  Log Message:
  -----------
  [sancov] Switch to OptTable from llvm::cl

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

Reviewed By: leonardchan

Differential Revision: https://reviews.llvm.org/D155119




More information about the All-commits mailing list