ruiu added inline comments. ================ Comment at: ELF/OutputSections.h:112 @@ -110,1 +111,3 @@ + OutputSectionBase<ELFT> *FirstInPtLoad = nullptr; + ---------------- Needs a comment about what this is and why we need it. https://reviews.llvm.org/D25014