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 9d1b8d4 commit 18d5810Copy full SHA for 18d5810
Sources/_TestingInternals/Discovery.cpp
@@ -422,8 +422,8 @@ static void enumerateTypeMetadataSections(const SectionEnumerator& body) {
422
#elif defined(__wasi__)
423
#pragma mark - WASI implementation (statically linked)
424
425
-extern "C" const char __start_swift5_type_metadata __attribute__((__visibility__("hidden"), __aligned__(1)));
426
-extern "C" const char __stop_swift5_type_metadata __attribute__((__visibility__("hidden"), __aligned__(1)));
+extern "C" const char __start_swift5_type_metadata;
+extern "C" const char __stop_swift5_type_metadata;
427
428
template <typename SectionEnumerator>
429
static void enumerateTypeMetadataSections(const SectionEnumerator& body) {
0 commit comments