mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Caching] Fix a typo in legacy layout file name
Fix a typo in the name of legacy layout file name that causes the legacy layouts are not ingested into the CASFS for cached compilation. rdar://119622429
This commit is contained in:
@@ -459,7 +459,7 @@ void SwiftDependencyTracker::addCommonSearchPathDeps(
|
||||
std::error_code EC;
|
||||
for (auto &Arch : AllSupportedArches) {
|
||||
SmallString<256> LayoutFile(RuntimeLibPath);
|
||||
llvm::sys::path::append(LayoutFile, "layout-" + Arch + ".yaml");
|
||||
llvm::sys::path::append(LayoutFile, "layouts-" + Arch + ".yaml");
|
||||
FS->status(LayoutFile);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user