[clang] [WebAssembly] Enable musttail only when tail-call is enabled (PR #163618)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 3 12:13:17 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.
----------------
AaronBallman wrote:
```suggestion
- Fix a bug so that ``__has_attribute(musttail)`` is no longer true when notail is not enabled. (#GH163256)
```
https://github.com/llvm/llvm-project/pull/163618
More information about the cfe-commits
mailing list