This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Limit the diagnose when an ISR calls a regular function
ClosedPublic

Authored by weimingz on May 5 2017, 12:17 PM.

Details

Summary

When the function is compiled with soft-float or on CPU with no FPU, we
don't need to diagnose for a call from an ISR to a regular function.

Diff Detail

Repository
rL LLVM

Event Timeline

weimingz created this revision.May 5 2017, 12:17 PM
jroelofs accepted this revision.May 5 2017, 12:35 PM

LGTM. Thanks for doing that... I totally forgot!

This revision is now accepted and ready to land.May 5 2017, 12:35 PM
This revision was automatically updated to reflect the committed changes.