mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[ParseableInterface][test] Update SDKDependencies.swift test to explicitly check serialized dependencies
Also use the existing check-is-forwarding-module.py script to check for forwarding modules, rather than doing it manually.
This commit is contained in:
@@ -359,9 +359,6 @@ class swift::ParseableInterfaceBuilder {
|
||||
/// Determines if the dependency with the provided path is a swiftmodule in
|
||||
/// either the module cache or prebuilt module cache
|
||||
bool isCachedModule(StringRef DepName) const {
|
||||
if (moduleCachePath.empty() && prebuiltCachePath.empty())
|
||||
return false;
|
||||
|
||||
auto Ext = llvm::sys::path::extension(DepName);
|
||||
auto Ty = file_types::lookupTypeForExtension(Ext);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user