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 a4a64f3 commit 463860aCopy full SHA for 463860a
unittests/runtime/CompatibilityOverrideRuntime.cpp
@@ -62,7 +62,7 @@ struct OverrideSection {
62
};
63
64
OverrideSection RuntimeOverrides
65
- __attribute__((section("__DATA,__swift54_hooks"))) = {
+ __attribute__((section("__DATA,__swift55_hooks"))) = {
66
0,
67
#define OVERRIDE(name, ret, attrs, ccAttrs, namespace, typedArgs, namedArgs) \
68
name ## Override,
0 commit comments