mirror of
https://github.com/fluencelabs/musl
synced 2025-06-28 06:02:04 +00:00
Remove a few files from the blacklist
This properly generates musl.wast and musl.wasm using tip-of-tree LLVM, binaryen (with --ignore-unknown) and sexpr-wasm.
This commit is contained in:
4
libc.py
4
libc.py
@ -38,8 +38,8 @@ BLACKLIST = [
|
||||
'qsort.c', 'regexec.c', 'regcomp.c', 'strftime.c', 'strptime.c',
|
||||
'faccessat.c', 'floatscan.c', 'getcwd.c', 'glob.c', 'pclose.c',
|
||||
'__tz.c', 'pwrite.c', 'pread.c', '__fdopen.c', '__fopen_rb_ca.c',
|
||||
'__rem_pio2_large.c', '__stdio_read.c', '__stdio_write.c',
|
||||
'__stdout_write.c', '__stdio_seek.c', 'stderr.c', 'vdprintf.c',
|
||||
'__rem_pio2_large.c', '__stdio_write.c',
|
||||
'__stdout_write.c', 'vdprintf.c',
|
||||
'__year_to_secs.c', 'tcgetpgrp.c', 'tcsetpgrp.c', 'timer_create.c',
|
||||
'tmpfile.c', 'utime.c', 'wcsftime.c',
|
||||
'dlerror.c', 'exit.c', 'abort.c', '_Exit.c', '__libc_start_main.c',
|
||||
|
Reference in New Issue
Block a user