[clang] [WebAssembly] Enable musttail only when tail-call is enabled (PR #163618)
Jasmine Tang via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 31 14:14:28 PDT 2025
================
@@ -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
More information about the cfe-commits
mailing list