diff options
author | Carlos Alberto Enciso <Carlos.Enciso@sony.com> | 2025-06-26 05:37:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-26 05:37:32 +0100 |
commit | 8b7fc6487d568ef4f9f7029748e2ec179e0dc1dc (patch) | |
tree | 3da83880e78f601484300eb09020c5ca37fb1ec1 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 3ee8dabcc0162f00e23b21e8f7975030327f9167 (diff) | |
download | llvm-8b7fc6487d568ef4f9f7029748e2ec179e0dc1dc.zip llvm-8b7fc6487d568ef4f9f7029748e2ec179e0dc1dc.tar.gz llvm-8b7fc6487d568ef4f9f7029748e2ec179e0dc1dc.tar.bz2 |
[llvm-debuginfo-analyzer] Fix crash with WebAssembly dead code (#141616)
https://github.com/llvm/llvm-project/issues/136772
Incorrect handling of 'tombstone' value for WebAssembly.
llvm-debuginfo-analyzer already uses the tombstone approach
to identify dead code. Currently, the tombstone value is
evaluated as std::numeric_limits<uint64_t>::max(). Which is
wrong as it does not take into account the 'Address Byte Size'
from the Compile Unit header.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions