[PATCH] D23732: [ELF] ICF should respect section alignment

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 20 00:28:21 PDT 2016


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: ELF/ICF.cpp:307
@@ +306,3 @@
+                       return A->GroupId < B->GroupId;
+                     else
+                       // Within a group, put the highest alignment
----------------
Remove `else` after `return`.


https://reviews.llvm.org/D23732





More information about the llvm-commits mailing list