[llvm] 3757ef2 - Fix a warning caught by llvm-sphinx-docs

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 16:23:04 PDT 2022


Author: Philip Reames
Date: 2022-09-08T16:22:50-07:00
New Revision: 3757ef2e66597866afa4736ceb402e533a49f490

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

LOG: Fix a warning caught by llvm-sphinx-docs

Added: 
    

Modified: 
    llvm/docs/RISCVUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/RISCVUsage.rst b/llvm/docs/RISCVUsage.rst
index 2a6c4a703531..526c5993debf 100644
--- a/llvm/docs/RISCVUsage.rst
+++ b/llvm/docs/RISCVUsage.rst
@@ -44,9 +44,9 @@ on support follow.
 
   .. table:: Ratified Extensions by Status
 
-     =============    ========================
+     ===============  ========================
      Extension        Status
-     =============    ========================
+     ===============  ========================
      ``A``            Supported
      ``C``            Supported
      ``D``            Supported
@@ -98,7 +98,7 @@ on support follow.
      ``Zvl16384b``    Supported
      ``Zvl32768b``    Supported
      ``Zvl65536b``    Supported
-     =============    ========================
+     ===============  ========================
 
 Assembly Support
   LLVM supports the associated instructions in assembly.  All assembly related tools (e.g. assembler, disassembler, llvm-objdump, etc..) are supported.  Compiler and linker will accept extension names, and linked binaries will contain appropriate ELF flags and attributes to reflect use of named extension.


        


More information about the llvm-commits mailing list