[PATCH] D15024: [ThinLTO] Support for specifying function index from pass manager

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 4 12:33:55 PST 2015


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

The `renameModuleForThinLTO` change seems to be separate from the rest of the patch? Commit separately.


================
Comment at: lib/Transforms/IPO/FunctionImport.cpp:242
@@ -241,1 +241,3 @@
 class FunctionImportPass : public ModulePass {
+  /// Function summary index to use for importing
+  FunctionInfoIndex *Index;
----------------
Nit: /// *Optional* Function summary


http://reviews.llvm.org/D15024





More information about the llvm-commits mailing list