[clang] b710444 - Fix Clang sphinx build

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 9 06:20:43 PST 2022


Author: Aaron Ballman
Date: 2022-11-09T09:19:24-05:00
New Revision: b7104442ddcc90dd9aa22e08a2113a463b1ef4be

URL: https://github.com/llvm/llvm-project/commit/b7104442ddcc90dd9aa22e08a2113a463b1ef4be
DIFF: https://github.com/llvm/llvm-project/commit/b7104442ddcc90dd9aa22e08a2113a463b1ef4be.diff

LOG: Fix Clang sphinx build

This addresses the issue found by:
https://lab.llvm.org/buildbot/#/builders/92/builds/35350

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 774b575b5260..b0c01dd283e5 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -713,7 +713,7 @@ X86 Support in Clang
   * Support intrinsic of ``_mm(256)_cvtneoph_ps``.
   * Support intrinsic of ``_mm(256)_cvtneps_avx_pbh``.
 - ``-march=raptorlake`` and ``-march=meteorlake`` are now supported.
-* ``-march=sierraforest``, ``-march=graniterapids`` and ``-march=grandridge`` are now supported.
+- ``-march=sierraforest``, ``-march=graniterapids`` and ``-march=grandridge`` are now supported.
 
 WebAssembly Support in Clang
 ----------------------------


        


More information about the cfe-commits mailing list