diff options
author | Alon Zakai <azakai@google.com> | 2020-07-01 11:27:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 11:27:54 -0700 |
commit | cd0cc95e2794375c463a69833b1ccc9cc96d597c (patch) | |
tree | dbd2d667ccf21d17da3e16936c828f0614633c11 /src/ir/bits.h | |
parent | de9f46eb7d6ab13671019335d3dc5bd98179431c (diff) | |
download | binaryen-cd0cc95e2794375c463a69833b1ccc9cc96d597c.tar.gz binaryen-cd0cc95e2794375c463a69833b1ccc9cc96d597c.tar.bz2 binaryen-cd0cc95e2794375c463a69833b1ccc9cc96d597c.zip |
DWARF: Ignore debug_loc spans that are invalid (#2939)
An (x, y) span is updated to some (q, r) in the new binary. If q > r then the
span is no longer valid - the optimizer has reordered things too much.
It's possible this could be flipped, but I'm not certain. It seems safer to
just omit these, which are very rare (I only see this on some larger
testcases in the emscripten test suite).
Diffstat (limited to 'src/ir/bits.h')
0 files changed, 0 insertions, 0 deletions