[WebAssembly] Fix bug where reloc addends were written as unsigned
Relocation addends can be negative so should be written as signed LEBs. This bug meant that writing value between 64 and 128 would be incorrectly interpreted as negative by the object file readers. Differential Revision: https://reviews.llvm.org/D45825 llvm-svn: 330374
Loading
Please register or sign in to comment