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

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 07:46:27 PDT 2017


t.p.northover added a comment.

What's the use case here? For people using `__attribute__((pcs(...)))` Clang should be producing the diagnostic (and I'm not even entirely convinced it should be an error, if your code only contains integer types there's not actually any problem).

Beyond that the tests don't need to be in separate files and contain an awful lot of Clang-generated cruft (the attributes, metadata, entry label and source_filename).


https://reviews.llvm.org/D34875





More information about the llvm-commits mailing list