emaste added inline comments. ================ Comment at: ELF/SyntheticSections.cpp:1233 + if (this == InX::RelaPlt) { + Info = InX::GotPlt->getParent()->SectionIndex; + getParent()->Info = Info; ---------------- Why `.got.plt` and not `.plt`? https://reviews.llvm.org/D41057