summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/Analysis.cpp
diff options
context:
space:
mode:
authorWouter van Oortmerssen <aardappel@gmail.com>2021-11-08 15:27:14 -0800
committerWouter van Oortmerssen <aardappel@gmail.com>2021-11-08 15:55:17 -0800
commita630217313fcd38fa0071206ab832c081d0eac37 (patch)
tree98c8726c31a687fe0ee07b3956116edc18f08400 /llvm/lib/CodeGen/Analysis.cpp
parent4a0c89a6cf8f368583f9c0724dbcb04fb17204ec (diff)
downloadllvm-aranges.tar.gz
[WebAssembly] fix __stack_pointer being added to .debug_arangesaranges
When emitting a reloc for the Wasm global __stack_pointer, it was inadvertedly added to the symbols used for generating aranges, which caused some aranges to use it as the end symbol in a symbol diff, which caused a reloc for it to be emitted, which then caused an assert in `wasm64` since we have no 64-bit relocs for Wasm globals. Fixes: https://bugs.llvm.org/show_bug.cgi?id=52376 Differential Revision: https://reviews.llvm.org/D113438
Diffstat (limited to 'llvm/lib/CodeGen/Analysis.cpp')
0 files changed, 0 insertions, 0 deletions