[PATCH] D18012: [lto] Make sure that ctors are added to the combined module.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 15:23:53 PST 2016


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

LGTM with a nit.


================
Comment at: ELF/InputFiles.h:192
@@ -190,2 +191,3 @@
   std::vector<SymbolBody *> SymbolBodies;
+  std::vector<StringRef> ExtraKeeps;
   llvm::BumpPtrAllocator Alloc;
----------------
Add a comment for this member (for those like me who don't know why we need this.)


http://reviews.llvm.org/D18012





More information about the llvm-commits mailing list