[PATCH] D14914: Add a FunctionImporter helper to perform summary-based cross-module function importing

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 23 11:23:33 PST 2015


tejohnson added inline comments.

================
Comment at: lib/Transforms/IPO/FunctionImport.cpp:184
@@ +183,3 @@
+static std::unique_ptr<FunctionInfoIndex>
+getFunctionIndexForFile(StringRef Path, std::string &Error,
+                        DiagnosticHandlerFunction DiagnosticHandler) {
----------------
Remove and replace call with new llvm:getFunctionIndexForFile routine just added in r253903.


http://reviews.llvm.org/D14914





More information about the llvm-commits mailing list