[PATCH] D45051: [ELF] - Relax checks for R_386_8/R_386_16 relocations.

Rafael Avila de Espindola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 2 13:51:15 PDT 2018


espindola accepted this revision.
espindola added a comment.
This revision is now accepted and ready to land.

test/ELF/i386-reloc8-reloc16-addend.s shows that we cannot just zero extend the addend. This patch is correct.


https://reviews.llvm.org/D45051





More information about the llvm-commits mailing list