[PATCH] D14991: [ELF/AArch64] Print a diagnostic message if nonzero addend is used in a GOT relocation.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 25 09:50:20 PST 2015
ruiu added a comment.
Do we really want to have this check? We don't have to check all possible ABI violations of input files. This is a kind of ABI violation that if you set an addend to a relocation, the output will have a value with that addend, which is a natural consequence.
http://reviews.llvm.org/D14991
More information about the llvm-commits
mailing list