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 e1a39bf commit 1d5b4beCopy full SHA for 1d5b4be
include/swift/ABI/ObjectFile.h
@@ -68,7 +68,8 @@ class SwiftObjectFileFormatMachO : public SwiftObjectFileFormat {
68
69
bool sectionContainsReflectionData(llvm::StringRef sectionName) override {
70
return sectionName.startswith("__swift5_") ||
71
- sectionName == "__DATA_CONST,__const";
+ sectionName == "__DATA_CONST,__const" ||
72
+ sectionName == "__DATA,__const";
73
}
74
};
75
0 commit comments