[clang] [WebAssembly] Enable musttail only when tail-call is enabled (PR #163618)
Derek Schuff via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 4 13:48:08 PST 2025
================
@@ -546,6 +546,8 @@ NetBSD Support
WebAssembly Support
^^^^^^^^^^^^^^^^^^^
+- Fix a bug so that __has_attribute(musttail) should not be true anymore when notail is not enabled.
----------------
dschuff wrote:
"when notail is not enabled" should that be something like "when Wasm tail-call is not enabled"?
https://github.com/llvm/llvm-project/pull/163618
More information about the cfe-commits
mailing list