We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98fe79 commit 88e6151Copy full SHA for 88e6151
llvm/include/llvm/LTO/LTO.h
@@ -246,8 +246,8 @@ class ThinBackendProc {
246
Error emitFiles(const FunctionImporter::ImportMapTy &ImportList,
247
StringRef ModulePath, const std::string &NewModulePath) const;
248
249
- // Write sharded indices to SummaryPath, (optionally) imports
250
- // IndexPath, and (optionally) record imports in ImportsFiles.
+ // Write sharded indices to SummaryPath, (optionally) imports to disk, and
+ // (optionally) record imports in ImportsFiles.
251
252
StringRef ModulePath, StringRef SummaryPath,
253
const std::string &NewModulePath,
0 commit comments