From 0e02e5decc732155d8dc4b63ecccbb1477603ecd Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Thu, 27 Apr 2023 11:21:55 -0700 Subject: [PATCH] [RISCV] Add a release note for the removal of __attribute__((interrupt("user"))). NFC This was removed by D149314. --- clang/docs/ReleaseNotes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 71b197a..a382c5e 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 ^^^^^^^^^^^^^^^^^^^^^^^^^ -- 2.7.4