[PATCH] D62727: [ELF] Delete GotEntrySize and GotPltEntrySize
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 31 03:07:07 PDT 2019
MaskRay created this revision.
MaskRay added reviewers: grimar, ruiu.
Herald added subscribers: llvm-commits, jsji, atanasyan, jrtc27, fedor.sergeev, kbarton, arichardson, javed.absar, nhaehnle, jvesely, nemanjai, sdardis, emaste, jyknight.
Herald added a reviewer: espindola.
Herald added a project: LLVM.
GotEntrySize and GotPltEntrySize were added in D22288 <https://reviews.llvm.org/D22288>. Later, with
the introduction of wordsize() (then Config->Wordsize), they become
redundant, because there is no target that sets GotEntrySize or
GotPltEntrySize to a number different from Config->Wordsize.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D62727
Files:
ELF/Arch/AArch64.cpp
ELF/Arch/AMDGPU.cpp
ELF/Arch/ARM.cpp
ELF/Arch/Hexagon.cpp
ELF/Arch/Mips.cpp
ELF/Arch/PPC64.cpp
ELF/Arch/SPARCV9.cpp
ELF/Arch/X86.cpp
ELF/Arch/X86_64.cpp
ELF/Symbols.cpp
ELF/SyntheticSections.cpp
ELF/Target.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62727.202405.patch
Type: text/x-patch
Size: 8072 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190531/fd398959/attachment.bin>
More information about the llvm-commits
mailing list