[PATCH] D144565: dwp check overflow

zhuna via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 03:42:40 PDT 2023


zhuna8616 updated this revision to Diff 506526.
zhuna8616 added a comment.

Also updated here after rebase


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144565/new/

https://reviews.llvm.org/D144565

Files:
  llvm/tools/llvm-dwp/llvm-dwp.cpp


Index: llvm/tools/llvm-dwp/llvm-dwp.cpp
===================================================================
--- llvm/tools/llvm-dwp/llvm-dwp.cpp
+++ llvm/tools/llvm-dwp/llvm-dwp.cpp
@@ -60,9 +60,10 @@
     cl::value_desc("filename"), cl::cat(DwpCategory));
 
 static cl::opt<bool> 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<std::string> OutputFilename(cl::Required, "o",
                                            cl::desc("Specify the output file."),


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144565.506526.patch
Type: text/x-patch
Size: 808 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230320/2015db76/attachment.bin>


More information about the llvm-commits mailing list