mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
Merge pull request #87862 from benlangmuir/casoptions-adaptation
[cas] Adapt to clang::CASOptions change to remove internal cache of instances
This commit is contained in:
@@ -251,7 +251,8 @@ ModuleDependencyScanningWorker::ModuleDependencyScanningWorker(
|
||||
workerCompilerInvocation->getFrontendOptions()
|
||||
.SerializeModuleInterfaceDependencyHashes,
|
||||
workerCompilerInvocation->getFrontendOptions()
|
||||
.shouldTrackSystemDependencies()
|
||||
.shouldTrackSystemDependencies(),
|
||||
CAS, ActionCache
|
||||
);
|
||||
|
||||
auto loader = std::make_unique<PluginLoader>(
|
||||
|
||||
Reference in New Issue
Block a user