diff options
author | Wouter van Oortmerssen <aardappel@gmail.com> | 2021-11-08 15:27:14 -0800 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2021-11-08 15:55:17 -0800 |
commit | a630217313fcd38fa0071206ab832c081d0eac37 (patch) | |
tree | 98c8726c31a687fe0ee07b3956116edc18f08400 /llvm/lib/CodeGen/NonRelocatableStringpool.cpp | |
parent | 4a0c89a6cf8f368583f9c0724dbcb04fb17204ec (diff) | |
download | llvm-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/NonRelocatableStringpool.cpp')
0 files changed, 0 insertions, 0 deletions