Skip to content

Commit 43ba7ef

Browse files
committed
[SBOM] Change default to NONE instead of SHORT
1 parent 7ae4ec3 commit 43ba7ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Passes/PassBuilderPipelines.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,7 @@ static cl::opt<std::string> InstrumentColdFuncOnlyPath(
307307
cl::Hidden);
308308

309309
static cl::opt<MitigationAnalysisSummary> EnableMitigationSummary(
310-
"mitigation-summary", cl::Hidden,
311-
cl::init(MitigationAnalysisSummary::SHORT),
310+
"mitigation-summary", cl::Hidden, cl::init(MitigationAnalysisSummary::NONE),
312311
cl::desc("Enable the MitigationAnalysis Pass"),
313312
cl::values(
314313
clEnumValN(MitigationAnalysisSummary::NONE, "none",

0 commit comments

Comments
 (0)