Closed
Description
https://github.com/wasm3/wasm3/blob/main/source/m3_env.c compilation fails with
fatal error: error in backend: failed to perform tail call elimination on a call site marked musttail
clang: error: clang frontend command failed with exit code 70 (use -v to see invocation)
To repro:
clang --target=arm-linux-androideabi19 -march=armv7-a -isystem clang/include -iquote=wasm3/source -c wasm3/source/m3_env.c -o /tmp/m3_env.o