mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
frontend: enable shouldImportConcurrencyByDefault() on FreeBSD
Match OpenBSD and honor the SWIFT_IMPLICIT_CONCURRENCY_IMPORT build setting.
This commit is contained in:
@@ -830,6 +830,8 @@ static bool shouldImportConcurrencyByDefault(const llvm::Triple &target) {
|
||||
return true;
|
||||
if (target.isOSOpenBSD())
|
||||
return true;
|
||||
if (target.isOSFreeBSD())
|
||||
return true;
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user