[PATCH] D62727: [ELF] Delete GotEntrySize and GotPltEntrySize

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 03:26:42 PDT 2019


ruiu accepted this revision.
ruiu added a comment.

LGTM

GOT entry size is naturally the pointer size, and Config->Wordsize is intended to be the same as the pointer size. If we should support an exotic target that uses odd size GOT entries, we'd have to get this back, but we don't have to worry too much about it now.


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62727/new/

https://reviews.llvm.org/D62727





More information about the llvm-commits mailing list