[PATCH] D17529: ELF: Implement ICF.

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 18:48:07 PST 2016


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





More information about the llvm-commits mailing list