================ @@ -374,6 +374,8 @@ def err_ppc_impossible_musttail: Error< >; def err_aix_musttail_unsupported: Error< "'musttail' attribute is not supported on AIX">; +def err_wasm_musttail_unsupported: Error< + "'musttail' attribute is not supported on this target without tail-call feature">; ---------------- badumbatish wrote:
i see https://github.com/llvm/llvm-project/pull/163618 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
