mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #82947 from ahoppen/compress-index
[Index] Add an option to compress the record and unit files
This commit is contained in:
@@ -2218,6 +2218,7 @@ static void emitIndexDataForSourceFile(SourceFile *PrimarySourceFile,
|
||||
opts.IndexSystemModules,
|
||||
opts.IndexIgnoreStdlib,
|
||||
opts.IndexIncludeLocals,
|
||||
opts.IndexStoreCompress,
|
||||
isDebugCompilation,
|
||||
opts.DisableImplicitModules,
|
||||
Invocation.getTargetTriple(),
|
||||
@@ -2237,6 +2238,7 @@ static void emitIndexDataForSourceFile(SourceFile *PrimarySourceFile,
|
||||
opts.IndexSystemModules,
|
||||
opts.IndexIgnoreStdlib,
|
||||
opts.IndexIncludeLocals,
|
||||
opts.IndexStoreCompress,
|
||||
isDebugCompilation,
|
||||
opts.DisableImplicitModules,
|
||||
Invocation.getTargetTriple(),
|
||||
|
||||
Reference in New Issue
Block a user