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

Matt Davis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 15:54:56 PST 2018


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.


https://reviews.llvm.org/D41735





More information about the llvm-commits mailing list