diff --git a/llvm/lib/Passes/StandardInstrumentations.cpp b/llvm/lib/Passes/StandardInstrumentations.cpp index 93cc50042be0..71482030fed6 100644 --- a/llvm/lib/Passes/StandardInstrumentations.cpp +++ b/llvm/lib/Passes/StandardInstrumentations.cpp @@ -41,7 +41,7 @@ cl::opt PreservedCFGCheckerInstrumentation::VerifyPreservedCFG( #ifdef NDEBUG cl::init(false)); #else - cl::init(false)); + cl::init(true)); #endif // FIXME: Change `-debug-pass-manager` from boolean to enum type. Similar to