[PATCH] D26133: [ELF] Allow relative relocations to absolute symbols in PIC

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 12:41:11 PST 2016


ruiu added a comment.

Sorry for the belated response. I wonder if it is hard to create a dynamic relocation for this case. Even though it is not what GNU linkers do, I don't think doing the same because they do it wrongly is the right thing, unless we really need a bug-to-bug compatibility. Is this a case that we need a bug-compatibility?


Repository:
  rL LLVM

https://reviews.llvm.org/D26133





More information about the llvm-commits mailing list