[PATCH] D28820: Warn when calling a non interrupt function from an interrupt on ARM

Renato Golin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 18 04:55:44 PST 2017


rengolin accepted this revision.
rengolin added a comment.
This revision is now accepted and ready to land.

Seems like a very specific corner case on ARM, but is that attribute guaranteed to be ARM-only?

If so, LGTM as is. If not, avoid mentioning "VFP" on the error message.


https://reviews.llvm.org/D28820





More information about the cfe-commits mailing list