Skip to content

Commit 659adcd

Browse files
authored
Merge pull request swiftlang#79690 from swiftlang/fix-sil-opt-option
sil-opt: Fix the `-disable-sil-ownership-verifier` command line option
2 parents fcc367a + f0ebfb1 commit 659adcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DriverTool/sil_opt_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ struct SILOptOptions {
223223

224224
llvm::cl::opt<bool>
225225
DisableSILOwnershipVerifier = llvm::cl::opt<bool>(
226-
"disable = llvm::cl::opt<bool> DisableSILOwnershipVerifier(-sil-ownership-verifier",
226+
"disable-sil-ownership-verifier",
227227
llvm::cl::desc(
228228
"Do not verify SIL ownership invariants during SIL verification"));
229229

0 commit comments

Comments
 (0)