| | |
| --- | --- |
| Bugzilla Link | [40623](https://llvm.org/bz40623) |
| Version | unspecified |
| OS | Linux |
| CC | @froydnj |
## Extended Description
GCC supports `__attribute__((long_call))` and `__attribute__((short_call))` on ARM, but clang apparently only supports the former on MIPS.
Extended Description
GCC supports
__attribute__((long_call))
and__attribute__((short_call))
on ARM, but clang apparently only supports the former on MIPS.