[clang] 2a1bd10 - Fix the clang Sphinx build
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 13 13:05:12 PDT 2022
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
More information about the cfe-commits
mailing list