We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23d4cd commit a4a64f3Copy full SHA for a4a64f3
stdlib/public/CompatibilityOverride/CompatibilityOverride.h
@@ -89,7 +89,7 @@ namespace swift {
89
// Override section name computation. `COMPATIBILITY_OVERRIDE_SECTION_NAME` will
90
// resolve to string literal containing the appropriate section name for the
91
// current library.
92
-#define COMPATIBILITY_OVERRIDE_SECTION_NAME_swiftRuntime "__swift54_hooks"
+#define COMPATIBILITY_OVERRIDE_SECTION_NAME_swiftRuntime "__swift55_hooks"
93
#define COMPATIBILITY_OVERRIDE_SECTION_NAME_swift_Concurrency "__s_async_hook"
94
95
#define COMPATIBILITY_OVERRIDE_SECTION_NAME \
0 commit comments