mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -1761,7 +1761,9 @@ static void emitIndexDataForSourceFile(SourceFile *PrimarySourceFile,
|
||||
if (OutputFile.empty())
|
||||
OutputFile = PSPs.OutputFilename;
|
||||
(void) index::indexAndRecord(PrimarySourceFile, OutputFile,
|
||||
opts.IndexStorePath, opts.IndexSystemModules,
|
||||
opts.IndexStorePath,
|
||||
!opts.IndexIgnoreClangModules,
|
||||
opts.IndexSystemModules,
|
||||
opts.IndexIgnoreStdlib, isDebugCompilation,
|
||||
Invocation.getTargetTriple(),
|
||||
*Instance.getDependencyTracker(),
|
||||
@@ -1776,6 +1778,7 @@ static void emitIndexDataForSourceFile(SourceFile *PrimarySourceFile,
|
||||
opts.InputsAndOutputs
|
||||
.copyIndexUnitOutputFilenames(),
|
||||
moduleToken, opts.IndexStorePath,
|
||||
!opts.IndexIgnoreClangModules,
|
||||
opts.IndexSystemModules,
|
||||
opts.IndexIgnoreStdlib,
|
||||
isDebugCompilation,
|
||||
|
||||
Reference in New Issue
Block a user