]> git.proxmox.com Git - wasi-libc.git/commit
Remove support for `__original_main`. (#295)
authorDan Gohman <dev@sunfishcode.online>
Wed, 1 Jun 2022 15:51:20 +0000 (08:51 -0700)
committerGitHub <noreply@github.com>
Wed, 1 Jun 2022 15:51:20 +0000 (08:51 -0700)
commitd8d00bcd5a839150f1950678ce6e6a9b80fbc140
treebb78d281ddcc848fa93d2f6c13ff669617a15164
parent5d8a1409aa85acf8dbb197e13d33489ad1eac656
Remove support for `__original_main`. (#295)

* Remove support for `__original_main`.

This was used in old LLVM versions. Recent LLVM versions all emit either
`__main_void` or `__main_argv_argc`, so we can use those directly.

* Update the CI to use LLVM 14.0.0.
.github/workflows/main.yml
expected/wasm32-wasi/defined-symbols.txt
expected/wasm32-wasi/undefined-symbols.txt
libc-bottom-half/crt/crt1-command.c
libc-bottom-half/crt/crt1.c
libc-bottom-half/sources/__main_argc_argv.c [deleted file]
libc-bottom-half/sources/__original_main.c [deleted file]