[PATCH] D29490: [ELF] - Use SignExtend when reading R_386_PC8, R_386_PC16 addends.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 10:32:02 PST 2017


Rui Ueyama via Phabricator <reviews at reviews.llvm.org> writes:

> ruiu added a comment.
>
> Don't you need to sign-extend not only these two but all operands that have signed values, do you?

True, but it is probably better to have followup patches for that, no?

Cheers,
Rafael


More information about the llvm-commits mailing list