[llvm] 5d83756 - Fix Sphinx build with incorrect heading levels; NFC

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 4 07:30:29 PDT 2023


Author: Aaron Ballman
Date: 2023-10-04T10:29:55-04:00
New Revision: 5d83756d608b16acc69fb71929cf68cb618905f8

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

LOG: Fix Sphinx build with incorrect heading levels; NFC

Added: 
    

Modified: 
    llvm/docs/SpeculativeLoadHardening.md

Removed: 
    


################################################################################
diff  --git a/llvm/docs/SpeculativeLoadHardening.md b/llvm/docs/SpeculativeLoadHardening.md
index 50b9ea39a42a393..0b84efb960cd095 100644
--- a/llvm/docs/SpeculativeLoadHardening.md
+++ b/llvm/docs/SpeculativeLoadHardening.md
@@ -1,6 +1,6 @@
 # Speculative Load Hardening
 
-### A Spectre Variant #1 Mitigation Technique
+## A Spectre Variant #1 Mitigation Technique
 
 Author: Chandler Carruth - [chandlerc at google.com](mailto:chandlerc at google.com)
 


        


More information about the llvm-commits mailing list