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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D32918
[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
Diff Detail
Event TimelineHerald added subscribers: javed.absar, rengolin, aemerson. · View Herald TranscriptMay 5 2017, 12:17 PM This revision is now accepted and ready to land.May 5 2017, 12:35 PM Closed by commit rL302274: [ARM] Limit the diagnose when an ISR calls a regular function (authored by weimingz). · Explain WhyMay 5 2017, 12:38 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 98001 cfe/trunk/lib/Basic/Targets.cpp
cfe/trunk/lib/Sema/SemaExpr.cpp
cfe/trunk/test/Sema/arm-interrupt-attr.c
|