[PATCH] D34094: ELF: Teach ICF about relocations referring to merge input sections.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 11 16:29:46 PDT 2017


ruiu added inline comments.


================
Comment at: lld/ELF/ICF.cpp:216
+      return false;
+    uint64_t AddA = getAddend<ELFT>(RA), AddB = getAddend<ELFT>(RB);
+
----------------
write it in two lines.


https://reviews.llvm.org/D34094





More information about the llvm-commits mailing list