[PATCH] D144565: dwp check overflow

Alexander Yermolovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 11:19:21 PST 2023


ayermolo added inline comments.


================
Comment at: llvm/lib/MC/MCTargetOptionsCommandFlags.cpp:91
+  static cl::opt<bool> WarnOverflow(
+      "warn-overflow", cl::desc("Warn about section overflow in dwp and "
+                                "preserve the overflow behavior"));
----------------
For name maybe: 

static cl::opt<bool> ContinueOnCuIndexOverflow(
    "continue-on-cu-index-overflow",
    cl::desc("This turns an error when offset for .debug sections "
             "overfolws into a warning."),

?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144565



More information about the llvm-commits mailing list