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:
JF Bastien
2016-01-30 08:16:03 -08:00
parent 0861c7123e
commit 2118407451

View File

@ -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',