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:
@@ -922,6 +922,7 @@ struct IndexStoreOptions {
|
||||
bool IgnoreStdlib = false;
|
||||
bool DisableImplicitModules = false;
|
||||
bool IncludeLocals = false;
|
||||
bool Compress = false;
|
||||
};
|
||||
|
||||
struct IndexStoreInfo{};
|
||||
|
||||
Reference in New Issue
Block a user