We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-disable-sil-ownership-verifier
1 parent fcc367a commit f0ebfb1Copy full SHA for f0ebfb1
lib/DriverTool/sil_opt_main.cpp
@@ -223,7 +223,7 @@ struct SILOptOptions {
223
224
llvm::cl::opt<bool>
225
DisableSILOwnershipVerifier = llvm::cl::opt<bool>(
226
- "disable = llvm::cl::opt<bool> DisableSILOwnershipVerifier(-sil-ownership-verifier",
+ "disable-sil-ownership-verifier",
227
llvm::cl::desc(
228
"Do not verify SIL ownership invariants during SIL verification"));
229
0 commit comments