Merge pull request #71768 from kateinoigakukun/pr-5b0947b86ee45b937e9b6fedd0963644227b754d

This commit is contained in:
Yuta Saito
2024-02-22 04:07:42 +09:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -7,5 +7,4 @@
-lwasi-emulated-signal
-lwasi-emulated-process-clocks
-Xlinker --error-limit=0
-Xlinker --no-gc-sections
-Xlinker --threads=1

View File

@@ -38,7 +38,7 @@ static const void *__backtraceRef __attribute__((used))
#if defined(__ELF__)
# define DECLARE_EMPTY_METADATA_SECTION(name) __asm__("\t.section " #name ",\"a\"\n");
#elif defined(__wasm__)
# define DECLARE_EMPTY_METADATA_SECTION(name) __asm__("\t.section " #name ",\"\",@\n");
# define DECLARE_EMPTY_METADATA_SECTION(name) __asm__("\t.section " #name ",\"R\",@\n");
#endif
#define DECLARE_SWIFT_SECTION(name) \