[PATCH] D83742: [libunwind] Fix getSLEB128 on large values
Ryan Prichard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 22 17:39:20 PDT 2020
rprichard added a comment.
AFAIK, there's no regression, and no one has hit this issue in practice, so maybe it can wait until the next release? It's probably only an issue when the size of something exceeds 2**32?
(I'm more worried about https://bugs.llvm.org/show_bug.cgi?id=46743, because that is a regression.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83742/new/
https://reviews.llvm.org/D83742
More information about the llvm-commits
mailing list