[PATCH] D35538: [CodeGen][ARM] ARM runtime helper functions are not always soft-fp

Saleem Abdulrasool via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 18 19:08:40 PDT 2017


compnerd requested changes to this revision.
compnerd added a comment.
This revision now requires changes to proceed.

Can you please add a test that shows that the AEABI functions are not given the wrong CC?  Also, can you show that if someone also passes `-meabi=gnu` with a VFP target, that we still annotate the functions with the differing CC (since that should prefer the GNU functions over the AEABI functions).


https://reviews.llvm.org/D35538





More information about the cfe-commits mailing list