Bump backward compatibility to 5.3

This commit is contained in:
Azoy
2020-03-25 11:41:15 -04:00
parent 07596cbc9b
commit d8ea42adfb
2 changed files with 3 additions and 3 deletions

View File

@@ -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,