silvas added inline comments. ================ Comment at: ELF/ICF.cpp:285 @@ +284,3 @@ + + const Elf_Shdr *RA = A->RelocSections[0]; + const Elf_Shdr *RB = B->RelocSections[0]; ---------------- Why only the first element of RelocSections? http://reviews.llvm.org/D17529