mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Dependency Scanning] Discard and diagnose discovered binary modules built for an incompatible target
Previously the scanner accepted binary modules regardless of what triple they were built for
This commit is contained in:
@@ -185,6 +185,7 @@ protected:
|
||||
bool isFramework,
|
||||
bool isRequiredOSSAModules,
|
||||
StringRef SDKName,
|
||||
const llvm::Triple &target,
|
||||
StringRef packageName,
|
||||
llvm::vfs::FileSystem *fileSystem,
|
||||
PathObfuscator &recoverer);
|
||||
|
||||
Reference in New Issue
Block a user