Skip to content

Commit 88e6151

Browse files
committed
> What is IndexPath?
Apologies! Something left over from an older revision. I have fixed it to read "(optionally) imports to disk".
1 parent a98fe79 commit 88e6151

File tree

1 file changed

+2
-2
lines changed
  • llvm/include/llvm/LTO

1 file changed

+2
-2
lines changed

llvm/include/llvm/LTO/LTO.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ class ThinBackendProc {
246246
Error emitFiles(const FunctionImporter::ImportMapTy &ImportList,
247247
StringRef ModulePath, const std::string &NewModulePath) const;
248248

249-
// Write sharded indices to SummaryPath, (optionally) imports
250-
// IndexPath, and (optionally) record imports in ImportsFiles.
249+
// Write sharded indices to SummaryPath, (optionally) imports to disk, and
250+
// (optionally) record imports in ImportsFiles.
251251
Error emitFiles(const FunctionImporter::ImportMapTy &ImportList,
252252
StringRef ModulePath, StringRef SummaryPath,
253253
const std::string &NewModulePath,

0 commit comments

Comments
 (0)