[PATCH] D15771: Make it possible to create common symbols from bitcode

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 24 07:27:29 PST 2015


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





More information about the llvm-commits mailing list