mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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:
@@ -56,7 +56,7 @@ namespace index {
|
||||
bool indexAndRecord(SourceFile *primarySourceFile, StringRef indexUnitToken,
|
||||
StringRef indexStorePath, bool indexClangModules,
|
||||
bool indexSystemModules, bool skipStdlib,
|
||||
bool includeLocals, bool isDebugCompilation,
|
||||
bool includeLocals, bool compress, bool isDebugCompilation,
|
||||
bool isExplicitModuleBuild, StringRef targetTriple,
|
||||
const DependencyTracker &dependencyTracker,
|
||||
const PathRemapper &pathRemapper);
|
||||
@@ -98,7 +98,7 @@ bool indexAndRecord(SourceFile *primarySourceFile, StringRef indexUnitToken,
|
||||
bool indexAndRecord(ModuleDecl *module, ArrayRef<std::string> indexUnitTokens,
|
||||
StringRef moduleUnitToken, StringRef indexStorePath,
|
||||
bool indexClangModules, bool indexSystemModules,
|
||||
bool skipStdlib, bool includeLocals,
|
||||
bool skipStdlib, bool includeLocals, bool compress,
|
||||
bool isDebugCompilation, bool isExplicitModuleBuild,
|
||||
StringRef targetTriple,
|
||||
const DependencyTracker &dependencyTracker,
|
||||
|
||||
Reference in New Issue
Block a user