Commit 93fa3de
committed
[llvm-debuginfo-analyzer] Fix crash with WebAssembly dead code (llvm#141616)
llvm#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.
Fix incorrect 'REQUIRES'. The correct value should be:
REQUIRES: webassembly-registered-target1 parent 8b7fc64 commit 93fa3de
File tree
1 file changed
+1
-1
lines changed- llvm/test/tools/llvm-debuginfo-analyzer/WebAssembly
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments