[PATCH] D144565: dwp check overflow
Qing Shan Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 23 19:40:28 PDT 2023
steven.zhang added a comment.
I think, this warning is quite important. Without it, we will silently generate a bad dwp, And it will crash the gdb or report something like: invalid dwarf version, which is really confusion and hard to address the root cause. Maybe, we can remove such tests if the size of the test output is the concern. What do you think ? @ayermolo @dblaikie
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