This patch also makes getPltEntryOffset a non-member function because
it doesn't depend on any private members of the TargetInfo class.
I tried a few different ideas, and it seems this change fits in best
to me.
Paths
| Differential D54981
Simplify Symbol::getPltVA. ClosedPublic Authored by ruiu on Nov 27 2018, 3:31 PM.
Details Summary This patch also makes getPltEntryOffset a non-member function because I tried a few different ideas, and it seems this change fits in best
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 27 2018, 4:00 PM Closed by commit rLLD347781: Simplify Symbol::getPltVA. (authored by ruiu). · Explain WhyNov 28 2018, 9:46 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 175711 ELF/Arch/X86_64.cpp
ELF/Relocations.cpp
ELF/Symbols.h
ELF/Symbols.cpp
ELF/SyntheticSections.h
ELF/Target.h
|