Skip to content

Commit c349110

Browse files
authored
Merge pull request #74834 from compnerd/synch
utils: restore synchronisation module on android armv7
2 parents f011de6 + b8fccbf commit c349110

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/build.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,8 +1610,7 @@ function Build-Runtime([Platform]$Platform, $Arch) {
16101610
SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED = "YES";
16111611
SWIFT_ENABLE_EXPERIMENTAL_OBSERVATION = "YES";
16121612
SWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING = "YES";
1613-
# FIXME: re-enable after https://github.com/apple/swift/issues/74186 is fixed.
1614-
SWIFT_ENABLE_SYNCHRONIZATION = if (($Platform -eq "Android") -and ($Arch -eq $AndroidARMv7)) { "NO" } else { "YES" };
1613+
SWIFT_ENABLE_SYNCHRONIZATION = "YES";
16151614
SWIFT_ENABLE_VOLATILE = "YES";
16161615
SWIFT_NATIVE_SWIFT_TOOLS_PATH = (Join-Path -Path $CompilersBinaryCache -ChildPath "bin");
16171616
SWIFT_PATH_TO_LIBDISPATCH_SOURCE = "$SourceCache\swift-corelibs-libdispatch";

0 commit comments

Comments
 (0)