File tree 2 files changed +1
-16
lines changed
2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ check-symbols: startup_files libc
527
527
@# Ignore certain llvm builtin symbols such as those starting with __mul
528
528
@# since these dependencies can vary between llvm versions.
529
529
"$(NM)" --defined-only "$(SYSROOT_LIB)"/libc.a "$(SYSROOT_LIB)"/libwasi-emulated-*.a "$(SYSROOT_LIB)"/*.o \
530
- |grep ' [[:upper:]] ' |sed 's/.* [[:upper:]] //' |LC_ALL=C sort > "$(DEFINED_SYMBOLS)"
530
+ |grep ' [[:upper:]] ' |sed 's/.* [[:upper:]] //' |LC_ALL=C sort |uniq > "$(DEFINED_SYMBOLS)"
531
531
for undef_sym in $$("$(NM)" --undefined-only "$(SYSROOT_LIB)"/libc.a "$(SYSROOT_LIB)"/libc-*.a "$(SYSROOT_LIB)"/*.o \
532
532
|grep ' U ' |sed 's/.* U //' |LC_ALL=C sort |uniq); do \
533
533
grep -q '\<'$$undef_sym'\>' "$(DEFINED_SYMBOLS)" || echo $$undef_sym; \
Original file line number Diff line number Diff line change @@ -37,9 +37,6 @@ __des_setkey
37
37
__do_des
38
38
__duplocale
39
39
__env_rm_add
40
- __env_rm_add
41
- __env_rm_add
42
- __env_rm_add
43
40
__exp2f_data
44
41
__exp_data
45
42
__expo2
@@ -70,8 +67,6 @@ __fsmu8
70
67
__ftello
71
68
__ftello_unlocked
72
69
__funcs_on_exit
73
- __funcs_on_exit
74
- __funcs_on_quick_exit
75
70
__funcs_on_quick_exit
76
71
__futimesat
77
72
__fwritable
@@ -127,7 +122,6 @@ __isxdigit_l
127
122
__lctrans
128
123
__lctrans_cur
129
124
__lctrans_impl
130
- __lctrans_impl
131
125
__ldexp_cexp
132
126
__ldexp_cexpf
133
127
__lgamma_r
@@ -199,22 +193,16 @@ __sinl
199
193
__small_printf
200
194
__stderr_FILE
201
195
__stderr_used
202
- __stderr_used
203
- __stderr_used
204
196
__stdin_FILE
205
197
__stdin_used
206
- __stdin_used
207
198
__stdio_close
208
199
__stdio_exit
209
- __stdio_exit
210
200
__stdio_exit_needed
211
201
__stdio_read
212
202
__stdio_seek
213
203
__stdio_write
214
204
__stdout_FILE
215
205
__stdout_used
216
- __stdout_used
217
- __stdout_used
218
206
__stdout_write
219
207
__stpcpy
220
208
__stpncpy
@@ -310,7 +298,6 @@ __wasilibc_deinitialize_environ
310
298
__wasilibc_dttoif
311
299
__wasilibc_ensure_environ
312
300
__wasilibc_environ
313
- __wasilibc_environ
314
301
__wasilibc_fd_renumber
315
302
__wasilibc_find_abspath
316
303
__wasilibc_find_relpath
@@ -322,7 +309,6 @@ __wasilibc_link
322
309
__wasilibc_link_newat
323
310
__wasilibc_link_oldat
324
311
__wasilibc_maybe_reinitialize_environ_eagerly
325
- __wasilibc_maybe_reinitialize_environ_eagerly
326
312
__wasilibc_nocwd___wasilibc_rmdirat
327
313
__wasilibc_nocwd___wasilibc_unlinkat
328
314
__wasilibc_nocwd_faccessat
@@ -359,7 +345,6 @@ _exit
359
345
_flushlbf
360
346
_initialize
361
347
_start
362
- _start
363
348
a64l
364
349
abort
365
350
abs
You can’t perform that action at this time.
0 commit comments