mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Caching] Remove CASFS clang module implemenation
Remove the CASFS based clang module implemenation as it is not longer used.
This commit is contained in:
@@ -1094,12 +1094,6 @@ namespace swift {
|
||||
/// built and provided to the compiler invocation.
|
||||
bool DisableImplicitClangModules = false;
|
||||
|
||||
/// Enable ClangIncludeTree for explicit module builds scanning.
|
||||
bool UseClangIncludeTree = false;
|
||||
|
||||
/// Using ClangIncludeTreeRoot for compilation.
|
||||
bool HasClangIncludeTreeRoot = false;
|
||||
|
||||
/// Whether the dependency scanner should construct all swift-frontend
|
||||
/// invocations directly from clang cc1 args.
|
||||
bool ClangImporterDirectCC1Scan = false;
|
||||
|
||||
Reference in New Issue
Block a user