https://bugs.llvm.org/show_bug.cgi?id=33030
Saleem Abdulrasool <compn...@compnerd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #4 from Saleem Abdulrasool <compn...@compnerd.org> ---
The ABI definition here is correct. When targeting
`arm*-unknown-linux-gnueabi`, the CC should be `AAPCS`. However, when
targeting `arm*-unknown-linux-gnueabihf` the CC should be `AAPCS VFP`. We
adjust the CC in the backend during the ISelLowering setup. FWIW, this matches
the behaviour of GCC, and is needed for compatibility.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs