llvm-project/llvm/tools/llvm-reduce
Markus Lavin 0d36d84de5 [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
2022-02-02 09:44:56 +01:00
..
deltas [llvm-reduce] Display all relevant options in -help 2022-02-02 09:44:56 +01:00
CMakeLists.txt [llvm-reduce] Add parallel chunk processing. 2021-11-24 09:23:52 +00:00
DeltaManager.cpp [llvm-reduce] Display all relevant options in -help 2022-02-02 09:44:56 +01:00
DeltaManager.h allow llvm-reduce, if asked, to run its set of passes more than once, taking longer to finish but also potentially resulting in a smaller reduced file. 2022-01-10 22:24:23 -07:00
ReducerWorkItem.cpp [llvm-reduce] Set ShouldPreserveUseListOrder=true 2022-02-01 09:24:59 +01:00
ReducerWorkItem.h Recommit "[llvm-reduce] Add MIR support" 2021-11-02 10:16:42 +01:00
TestRunner.cpp Recommit "[llvm-reduce] Add MIR support" 2021-11-02 10:16:42 +01:00
TestRunner.h Recommit "[llvm-reduce] Add MIR support" 2021-11-02 10:16:42 +01:00
llvm-reduce.cpp [llvm-reduce] Display all relevant options in -help 2022-02-02 09:44:56 +01:00