[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 11:20:47 PST 2015


ruiu added a comment.

As another data point, we don't check for an object file in an archive file
if the object file really contains a symbol that we found in the archive
file symbol table. Or, for x86-64 TLS relocation optimization, we don't
check for TLS optimization to be used for right combination of
instructions. Because these checks would be too costly for computers or
humans who read code or both.


http://reviews.llvm.org/D14991





More information about the llvm-commits mailing list