Skip to content

Commit a4a64f3

Browse files
committed
Update the Swift runtime hooks version to 5.5
1 parent b23d4cd commit a4a64f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/CompatibilityOverride/CompatibilityOverride.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ namespace swift {
8989
// Override section name computation. `COMPATIBILITY_OVERRIDE_SECTION_NAME` will
9090
// resolve to string literal containing the appropriate section name for the
9191
// current library.
92-
#define COMPATIBILITY_OVERRIDE_SECTION_NAME_swiftRuntime "__swift54_hooks"
92+
#define COMPATIBILITY_OVERRIDE_SECTION_NAME_swiftRuntime "__swift55_hooks"
9393
#define COMPATIBILITY_OVERRIDE_SECTION_NAME_swift_Concurrency "__s_async_hook"
9494

9595
#define COMPATIBILITY_OVERRIDE_SECTION_NAME \

0 commit comments

Comments
 (0)