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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 29 13:20:38 PDT 2018


ruiu added a comment.

I believe what you are doing in this patch is correct, but the error message is inappropriate, as the range [-256, 255] is too large. As an error message, it doesn't make sense. -256 is not represenable in one byte.


https://reviews.llvm.org/D45051





More information about the llvm-commits mailing list