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.
2 parents fcc367a + f0ebfb1 commit 659adcdCopy full SHA for 659adcd
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