HA: [PATCH] D15769: [ELF] - implemented R_386_TLS_IE_32 relocation.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 24 08:52:07 PST 2015


>Do you know what uses gottpoff in x86? Looking at llvm it seems we
>always produce gotntpoff.
>
>Cheers,
>Rafel

No, I dont. I just assumed that if relocation exist (and not marked as not supported/depricated in ABI) then
its worth to support it for potential users.
Do you think we should not do that ?


More information about the llvm-commits mailing list