mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge branch 'main' into public-module-name
This commit is contained in:
@@ -1325,6 +1325,7 @@ bool swift::extractCompilerFlagsFromInterface(
|
||||
// we have loaded a Swift interface from a different-but-compatible
|
||||
// architecture slice. Use the compatible subarchitecture.
|
||||
for (unsigned I = 1; I < SubArgs.size(); ++I) {
|
||||
// FIXME: Also fix up -target-variant (rdar://135322077).
|
||||
if (strcmp(SubArgs[I - 1], "-target") != 0) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user