[ThinLTO] Enable in-place symbol changes for exporting module
[oota-llvm.git] / include / llvm / Linker / Linker.h
index dde3f73883ca1d55899fedc50e07e95412d84d82..f09cf1029a4be123645d4d47882d6cf6fed9d5f2 100644 (file)
@@ -67,8 +67,8 @@ public:
                       DenseMap<unsigned, MDNode *> *ValIDToTempMDMap);
 };
 
-/// Create a new module with exported local functions renamed and promoted
-/// for ThinLTO.
+/// Perform in-place global value handling on the given Module for
+/// exported local functions renamed and promoted for ThinLTO.
 std::unique_ptr<Module> renameModuleForThinLTO(std::unique_ptr<Module> M,
                                                const FunctionInfoIndex *Index);