[llvm-branch-commits] [clang] d3aeedc - [Docs] Fix documentation build.
Tom Stellard via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jan 31 22:57:07 PST 2024
Author: Craig Topper
Date: 2024-01-31T22:56:47-08:00
New Revision: d3aeedcd47cb9ac29769716c1eed6d5b80b45728
URL: https://github.com/llvm/llvm-project/commit/d3aeedcd47cb9ac29769716c1eed6d5b80b45728
DIFF: https://github.com/llvm/llvm-project/commit/d3aeedcd47cb9ac29769716c1eed6d5b80b45728.diff
LOG: [Docs] Fix documentation build.
Missing ending `` after c92ad411f2f94d8521cd18abcb37285f9a390ecb
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 45d1ab34d0f93..2f4fe8bf7556e 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -1227,7 +1227,7 @@ RISC-V Support
- Default ABI with F but without D was changed to ilp32f for RV32 and to lp64f
for RV64.
-- ``__attribute__((rvv_vector_bits(N))) is now supported for RVV vbool*_t types.
+- ``__attribute__((rvv_vector_bits(N)))`` is now supported for RVV vbool*_t types.
CUDA/HIP Language Changes
^^^^^^^^^^^^^^^^^^^^^^^^^
More information about the llvm-branch-commits
mailing list