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

Jonathan Roelofs via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 8 05:58:01 PST 2017


jroelofs added a comment.

In https://reviews.llvm.org/D28820#695356, @tyomitch wrote:

> When compiling for softfp targets, this new warning doesn't make sense: there are no VFP registers to save.
>  Jonathan, would you please conditionalize it to only affect hardfp targets?


Sure, I can do that.


https://reviews.llvm.org/D28820





More information about the cfe-commits mailing list