mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Caching][NFC] Using llvm::cas::CASConfiguration
Prefer llvm::cas::CASConfiguration where it used to clang::CASOption.
This commit is contained in:
@@ -1811,7 +1811,7 @@ void InterfaceSubContextDelegateImpl::inheritOptionsForBuildingInterface(
|
||||
|
||||
if (casOpts.EnableCaching) {
|
||||
genericSubInvocation.getCASOptions().EnableCaching = casOpts.EnableCaching;
|
||||
genericSubInvocation.getCASOptions().CASOpts = casOpts.CASOpts;
|
||||
genericSubInvocation.getCASOptions().Config = casOpts.Config;
|
||||
genericSubInvocation.getCASOptions().HasImmutableFileSystem =
|
||||
casOpts.HasImmutableFileSystem;
|
||||
casOpts.enumerateCASConfigurationFlags(
|
||||
|
||||
Reference in New Issue
Block a user