Author: Aaron Ballman
Date: 2022-10-13T16:04:25-04:00
New Revision: 2a1bd10a992f53c437976037068f45a9119db8f3
URL: 
https://github.com/llvm/llvm-project/commit/2a1bd10a992f53c437976037068f45a9119db8f3
DIFF: 
https://github.com/llvm/llvm-project/commit/2a1bd10a992f53c437976037068f45a9119db8f3.diff

LOG: Fix the clang Sphinx build

This should address the issue found in:
https://lab.llvm.org/buildbot/#/builders/92/builds/34157

Added: 
    

Modified: 
    clang/docs/LanguageExtensions.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/LanguageExtensions.rst 
b/clang/docs/LanguageExtensions.rst
index fca4227a5812..c0f086554e24 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -1549,7 +1549,7 @@ ASM Goto with Output Constraints
 .. note::
 
   Clang's implementation of ASM goto 
diff ers from `GCC's
-  implementation<https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html>`_ in
+  implementation <https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html>`_ in
   that Clang doesn't yet support outputs on the indirect branch. Use of an
   output on the indirect branch may result in undefined behavior and should be
   avoided. E.g., in the following `z` isn't valid when used and may have


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to