[clang] 0e02e5d - [RISCV] Add a release note for the removal of __attribute__((interrupt("user"))). NFC
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 27 11:23:09 PDT 2023
Author: Craig Topper
Date: 2023-04-27T11:22:21-07:00
New Revision: 0e02e5decc732155d8dc4b63ecccbb1477603ecd
URL: https://github.com/llvm/llvm-project/commit/0e02e5decc732155d8dc4b63ecccbb1477603ecd
DIFF: https://github.com/llvm/llvm-project/commit/0e02e5decc732155d8dc4b63ecccbb1477603ecd.diff
LOG: [RISCV] Add a release note for the removal of __attribute__((interrupt("user"))). NFC
This was removed by D149314.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 71b197a2ad29..a382c5e64ece 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -448,6 +448,8 @@ RISC-V Support
- Fixed incorrect ABI lowering of ``_Float16`` in the case of structs
containing ``_Float16`` that are eligible for passing via GPR+FPR or
FPR+FPR.
+- Removed support for ``__attribute__((interrupt("user")))``. User-level
+ interrupts are not in version 1.12 of the privileged specification.
CUDA/HIP Language Changes
^^^^^^^^^^^^^^^^^^^^^^^^^
More information about the cfe-commits
mailing list