mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Index] Add an option to compress the record and unit files
Companion of https://github.com/swiftlang/llvm-project/pull/10977.
This commit is contained in:
@@ -1884,6 +1884,7 @@ static void emitIndexDataForSourceFile(SourceFile *PrimarySourceFile,
|
||||
opts.IndexSystemModules,
|
||||
opts.IndexIgnoreStdlib,
|
||||
opts.IndexIncludeLocals,
|
||||
opts.IndexStoreCompress,
|
||||
isDebugCompilation,
|
||||
opts.DisableImplicitModules,
|
||||
Invocation.getTargetTriple(),
|
||||
@@ -1903,6 +1904,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