@@ -111,7 +111,7 @@ static cl::opt<bool>
111
111
112
112
static cl::opt<bool > PrintJTFootprintReduction (
113
113
" print-after-jt-footprint-reduction" ,
114
- cl::desc (" print function after jt-footprint-reduction pass" ),
114
+ cl::desc (" print function after jt-footprint-reduction pass" ), cl::Hidden,
115
115
cl::cat(BoltOptCategory));
116
116
117
117
static cl::opt<bool >
@@ -160,7 +160,7 @@ static cl::opt<bool>
160
160
161
161
static cl::opt<bool > PrintRetpolineInsertion (
162
162
" print-retpoline-insertion" ,
163
- cl::desc (" print functions after retpoline insertion pass" ),
163
+ cl::desc (" print functions after retpoline insertion pass" ), cl::Hidden,
164
164
cl::cat(BoltCategory));
165
165
166
166
static cl::opt<bool > PrintSCTC (
@@ -179,21 +179,21 @@ static cl::opt<bool>
179
179
180
180
static cl::opt<bool >
181
181
PrintStoke (" print-stoke" , cl::desc(" print functions after stoke analysis" ),
182
- cl::cat(BoltOptCategory));
182
+ cl::Hidden, cl:: cat(BoltOptCategory));
183
183
184
184
static cl::opt<bool >
185
185
PrintFixRelaxations (" print-fix-relaxations" ,
186
186
cl::desc (" print functions after fix relaxations pass" ),
187
- cl::cat(BoltOptCategory));
187
+ cl::Hidden, cl:: cat(BoltOptCategory));
188
188
189
189
static cl::opt<bool >
190
190
PrintFixRISCVCalls (" print-fix-riscv-calls" ,
191
191
cl::desc (" print functions after fix RISCV calls pass" ),
192
- cl::cat(BoltOptCategory));
192
+ cl::Hidden, cl:: cat(BoltOptCategory));
193
193
194
194
static cl::opt<bool > PrintVeneerElimination (
195
195
" print-veneer-elimination" ,
196
- cl::desc (" print functions after veneer elimination pass" ),
196
+ cl::desc (" print functions after veneer elimination pass" ), cl::Hidden,
197
197
cl::cat(BoltOptCategory));
198
198
199
199
static cl::opt<bool >
0 commit comments