mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Bump backward compatibility to 5.3
This commit is contained in:
@@ -60,7 +60,7 @@ struct OverrideSection {
|
||||
#include "../../stdlib/public/runtime/CompatibilityOverride.def"
|
||||
};
|
||||
|
||||
OverrideSection Overrides __attribute__((section("__DATA,__swift52_hooks"))) = {
|
||||
OverrideSection Overrides __attribute__((section("__DATA,__swift53_hooks"))) = {
|
||||
0,
|
||||
#define OVERRIDE(name, ret, attrs, ccAttrs, namespace, typedArgs, namedArgs) \
|
||||
name ## Override,
|
||||
|
||||
Reference in New Issue
Block a user