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 9c57ba3 commit 824afacCopy full SHA for 824afac
stdlib/public/runtime/SwiftRT-WASM.cpp
@@ -77,12 +77,3 @@ static void swift_image_constructor() {
77
78
swift_addNewDSOImage(§ions);
79
}
80
-
81
-static __attribute__((__used__))
82
-__attribute__((__section__(".note.swift_reflection_metadata")))
83
-__attribute__((__aligned__(1)))
84
-struct {
85
- const char MagicString[sizeof(SWIFT_REFLECTION_METADATA_ELF_NOTE_MAGIC_STRING)];
86
- const swift::MetadataSections *Sections;
87
-} __attribute__((__packed__))
88
-Note = {SWIFT_REFLECTION_METADATA_ELF_NOTE_MAGIC_STRING, §ions};
0 commit comments