[PATCH] D41735: Use uint64_t to store the ELF sh_entsize field.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 18:46:00 PST 2018


Matt Davis via Phabricator via llvm-commits
<llvm-commits at lists.llvm.org> writes:

> mattd added a comment.
>
> Ping.
>
> I'm not certain how helpful this change is, per some discussion on the list last week, this change implies that linkers can also support extremely large sh_entsize values.  The intention with this patch is to represent the same sh_entsize size used in elf.h for 64bit elfs.

Sorry, which linker supports this?

Cheers,
Rafael


More information about the llvm-commits mailing list