[PATCH] D34875: ARM: Report error for invalid use of AAPCS_VFP calling convention

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 16 11:03:29 PST 2017


compnerd added a comment.

ARM ELF has an additional field that indicates the PCS used.  With the frontend validating the input, wouldn't we be sure that each object file is valid.  If there is a mismatch in the PCS, that should already be an error from the linker.  Wouldn't the LTO case be  handled similarly?


https://reviews.llvm.org/D34875





More information about the llvm-commits mailing list