[Caching][NFC] Using llvm::cas::CASConfiguration

Prefer llvm::cas::CASConfiguration where it used to clang::CASOption.
This commit is contained in:
Steven Wu
2025-08-08 16:01:29 -07:00
parent 9120a535f4
commit 4f059033bb
9 changed files with 32 additions and 23 deletions

View File

@@ -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(