[PATCH] D28094: [ELF] - Implemented support for R_386_PC8/R_386_8 relocations.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 3 15:57:47 PST 2017


ruiu added a comment.

Somewhat orthogonal to this patch, but I think we need to modify `X86TargetInfo::relocateOne` so that we explicitly list relocation types that we understand and error out other relocations.


https://reviews.llvm.org/D28094





More information about the llvm-commits mailing list