mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Dependency Scanning] Configure the Clang dependency scanner to generate PCM output paths
Using the convention of : <Module_Cache_Path> + "/" + <Module_Name> + "-" + <Context_Hash> + ".pcm"
This commit is contained in:
@@ -230,7 +230,7 @@ GlobalModuleDependenciesCache::GlobalModuleDependenciesCache()
|
||||
clang::tooling::dependencies::ScanningMode::DependencyDirectivesScan,
|
||||
clang::tooling::dependencies::ScanningOutputFormat::Full,
|
||||
clang::CASOptions(),
|
||||
/* Cache */ nullptr,
|
||||
/* Cache (llvm::cas::ActionCache) */ nullptr,
|
||||
/* SharedFS */ nullptr,
|
||||
/* ReuseFileManager */ false,
|
||||
/* OptimizeArgs */ false) {}
|
||||
|
||||
Reference in New Issue
Block a user