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

A. Skrobov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 8 04:30:36 PST 2017


tyomitch added a comment.

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?


https://reviews.llvm.org/D28820





More information about the cfe-commits mailing list