[PATCH] D18343: ThinLTO: use the callgraph from the combined index to drive the FunctionImporter
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 25 22:28:03 PDT 2016
tejohnson added inline comments.
================
Comment at: lib/Transforms/IPO/FunctionImport.cpp:123
@@ +122,3 @@
+ return Summary->modulePath() == ExportModulePath;
+ return false;
+ });
----------------
This can be removed now.
http://reviews.llvm.org/D18343
More information about the llvm-commits
mailing list