[clang] [llvm] [MIPS][ISel] Fix musttail (PR #161860)

via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 31 11:53:09 PDT 2025


ameisen wrote:

As a separate problem, with that simple code sample, if I add the `musttail` attribute, with your PR I am getting this error:

`'musttail' attribute for this call is impossible because calls outside the current linkage unit cannot be tail called on MIPS`

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


More information about the cfe-commits mailing list