Skip to content

Commit b859b11

Browse files
authored
Merge pull request #39603 from apple/shahmishal/update-the-runtime-version-5.5
Update the Swift runtime hooks version to 5.5
2 parents b23d4cd + 463860a commit b859b11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 \

unittests/runtime/CompatibilityOverrideRuntime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ struct OverrideSection {
6262
};
6363

6464
OverrideSection RuntimeOverrides
65-
__attribute__((section("__DATA,__swift54_hooks"))) = {
65+
__attribute__((section("__DATA,__swift55_hooks"))) = {
6666
0,
6767
#define OVERRIDE(name, ret, attrs, ccAttrs, namespace, typedArgs, namedArgs) \
6868
name ## Override,

0 commit comments

Comments
 (0)