diff options
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h b/llvm/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h index 2ff317a3227..d4c69a1ce26 100644 --- a/llvm/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h +++ b/llvm/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h @@ -273,8 +273,8 @@ public: /** * Compute and emit the imported files for module at \p ModulePath. */ - static void emitImports(StringRef ModulePath, StringRef OutputName, - ModuleSummaryIndex &Index); + void emitImports(Module &Module, StringRef OutputName, + ModuleSummaryIndex &Index); /** * Perform cross-module importing for the module identified by @@ -285,8 +285,8 @@ public: /** * Compute the list of summaries needed for importing into module. */ - static void gatherImportedSummariesForModule( - StringRef ModulePath, ModuleSummaryIndex &Index, + void gatherImportedSummariesForModule( + Module &Module, ModuleSummaryIndex &Index, std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex); /** |

