[clang] [clang][ARM] Fix warning for VFP function calls from interrupts. (PR #91870)
David Spickett via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 12 01:34:42 PDT 2024
================
@@ -544,6 +548,14 @@ Improvements to Clang's diagnostics
- Clang no longer emits a "declared here" note for a builtin function that has no declaration in source.
Fixes #GH93369.
+- On ARM, Clang no longer suggests adding ``__attribute__((interrupt))`` to
----------------
DavidSpickett wrote:
I would phrase this "For the ARM target", since Clang could be running on any host architecture.
https://github.com/llvm/llvm-project/pull/91870
More information about the cfe-commits
mailing list