[clang] [WebAssembly] Enable musttail only when tail-call is enabled (PR #163618)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 23 06:24:12 PDT 2025


================
@@ -695,7 +695,6 @@ bool Sema::checkMustTailAttr(const Stmt *St, const Attr &MTA) {
 
   const Expr *E = cast<ReturnStmt>(St)->getRetValue();
   const auto *CE = dyn_cast_or_null<CallExpr>(IgnoreParenImplicitAsWritten(E));
-
----------------
AaronBallman wrote:

You can back out this change (it's the only change to the file).

https://github.com/llvm/llvm-project/pull/163618


More information about the cfe-commits mailing list