[all-commits] [llvm/llvm-project] 4f9255: [NFC][llvm-dwp] Switch from llvm::cl to OptTable

Andres Villegas via All-commits all-commits at lists.llvm.org
Wed Jul 12 12:13:23 PDT 2023


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

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

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

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: abrachet

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




More information about the All-commits mailing list