grimar accepted this revision.
grimar added a comment.
LGTM with a nit
================
Comment at: ELF/OutputSections.cpp:1376
@@ -1373,2 +1375,3 @@
+ Size = C->Size;
}
----------------
I dont think we used const for auto anywhere in lld before.
http://reviews.llvm.org/D15771