diff --git a/llvm/tools/llvm-dwp/llvm-dwp.cpp b/llvm/tools/llvm-dwp/llvm-dwp.cpp --- a/llvm/tools/llvm-dwp/llvm-dwp.cpp +++ b/llvm/tools/llvm-dwp/llvm-dwp.cpp @@ -60,9 +60,10 @@ cl::value_desc("filename"), cl::cat(DwpCategory)); static cl::opt ContinueOnCuIndexOverflow( -"continue-on-cu-index-overflow", -cl::desc("This turns an error when offset for .debug_*.dwo sections " - "overfolws into a warning."), cl::cat(DwpCategory)); + "continue-on-cu-index-overflow", + cl::desc("This turns an error when offset for .debug_*.dwo sections " + "overfolws into a warning."), + cl::cat(DwpCategory)); static cl::opt OutputFilename(cl::Required, "o", cl::desc("Specify the output file."),