[all-commits] [llvm/llvm-project] 0d36d8: [llvm-reduce] Display all relevant options in -help

elavkje via All-commits all-commits at lists.llvm.org
Wed Feb 2 00:46:40 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0d36d84de5f8182bd9c1628cb6cf4cd47d248c9e
      https://github.com/llvm/llvm-project/commit/0d36d84de5f8182bd9c1628cb6cf4cd47d248c9e
  Author: Markus Lavin <markus.lavin at ericsson.com>
  Date:   2022-02-02 (Wed, 02 Feb 2022)

  Changed paths:
    M llvm/tools/llvm-reduce/DeltaManager.cpp
    M llvm/tools/llvm-reduce/deltas/Delta.cpp
    M llvm/tools/llvm-reduce/llvm-reduce.cpp

  Log Message:
  -----------
  [llvm-reduce] Display all relevant options in -help

Previously the options category given to cl::HideUnrelatedOptions was
local to llvm-reduce.cpp and as a result only options declared in that
file were visible in the -help options listing. This was a bit
unfortunate since there were several useful options declared in other
files. This patch addresses that.

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




More information about the All-commits mailing list