Skip to content

Commit 18d5810

Browse files
committed
Don't need these attributes
1 parent 9d1b8d4 commit 18d5810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/_TestingInternals/Discovery.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@ static void enumerateTypeMetadataSections(const SectionEnumerator& body) {
422422
#elif defined(__wasi__)
423423
#pragma mark - WASI implementation (statically linked)
424424

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)));
425+
extern "C" const char __start_swift5_type_metadata;
426+
extern "C" const char __stop_swift5_type_metadata;
427427

428428
template <typename SectionEnumerator>
429429
static void enumerateTypeMetadataSections(const SectionEnumerator& body) {

0 commit comments

Comments
 (0)