Skip to content

Commit 599b3f9

Browse files
committed
[Concurrency] add new method to ABI test
1 parent d2c93a2 commit 599b3f9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/abi/macOS/arm64/stdlib.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,3 +565,6 @@ Added: __swift_enableSwizzlingOfAllocationAndRefCountingFunctions_forInstruments
565565

566566
// Runtime bincompat functions for Concurrency runtime to detect legacy mode
567567
Added: _swift_bincompat_useLegacyNonCrashingExecutorChecks
568+
569+
// Add add SWIFT_IS_CURRENT_EXECUTOR_LEGACY_MODE_OVERRIDE
570+
Added: _concurrencyIsCurrentExecutorLegacyModeOverride

test/abi/macOS/x86_64/stdlib.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,3 +565,6 @@ Added: __swift_enableSwizzlingOfAllocationAndRefCountingFunctions_forInstruments
565565

566566
// Runtime bincompat functions for Concurrency runtime to detect legacy mode
567567
Added: _swift_bincompat_useLegacyNonCrashingExecutorChecks
568+
569+
// Add add SWIFT_IS_CURRENT_EXECUTOR_LEGACY_MODE_OVERRIDE
570+
Added: _concurrencyIsCurrentExecutorLegacyModeOverride

0 commit comments

Comments
 (0)