Skip to content

Commit 700da2e

Browse files
authored
Merge pull request #18781 from gottesmm/pr-400a2e32a349f60ef9499e4d50c6f00b6fae5b80
[analysis] Turn on the pass manager notification verifier analysis.
2 parents eafbf43 + 400a2e3 commit 700da2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Analysis/PassManagerVerifierAnalysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ static llvm::cl::opt<bool>
1919
EnableVerifier("enable-sil-passmanager-verifier-analysis",
2020
llvm::cl::desc("Enable verification of the passmanagers "
2121
"function notification infrastructure"),
22-
llvm::cl::init(false));
22+
llvm::cl::init(true));
2323

2424
using namespace swift;
2525

0 commit comments

Comments
 (0)