Right now we silently overflow uint32_t for debug_indfo sections. Added a check
and error out.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@dblaikie accidentally pushed this while pushing https://reviews.llvm.org/D130335.
Want me to revert this commit?
llvm/lib/DWP/DWP.cpp | ||
---|---|---|
684 | No capitalization or trailing period for diagnostics: https://llvm.org/docs/CodingStandards.html#error-and-warning-messages At least the following DWPError follows this generic guideline |
llvm/lib/DWP/DWP.cpp | ||
---|---|---|
684 | ok, will revert and put up a new diff with error message that follows the guideline. |
No capitalization or trailing period for diagnostics: https://llvm.org/docs/CodingStandards.html#error-and-warning-messages
At least the following DWPError follows this generic guideline