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

One inline comment, otherwise LGTM.

-eric


================
Comment at: include/clang/CodeGen/CodeGenAction.h:28
@@ -27,3 +27,3 @@
   std::unique_ptr<llvm::Module> TheModule;
-  llvm::Module *LinkModule;
+  SmallVector<std::pair<unsigned, llvm::Module *>, 4> LinkModules;
   llvm::LLVMContext *VMContext;
----------------
Can we either make the pair a typedef or add some comments about the flags?


http://reviews.llvm.org/D13913



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to