[llvm-bugs] [Bug 33030] ARM: AEABI functions should use AAPCS CC
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue May 16 09:54:27 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33030
Saleem Abdulrasool <compnerd at compnerd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|REOPENED |RESOLVED
Summary|ARM: AEABI functions should |ARM: AEABI functions should
|use AAPCS ABI |use AAPCS CC
--- Comment #8 from Saleem Abdulrasool <compnerd at compnerd.org> ---
Okay, I believe that SVN r303188 should address the fact that the we had these
as aliases instead of proper functions. The expansion allows the compiler to
synthesize the necessary CC adjustment thunks. The assembly implementations of
the AEABI RTABI should already have the thunks. Only the aliases which were
implemented in C were impacted.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170516/0ea7e413/attachment.html>
More information about the llvm-bugs
mailing list