From: Joshua Batista Date: Thu, 2 Feb 2023 20:31:53 +0000 (-0800) Subject: Repair sphinx doc generation X-Git-Tag: upstream/17.0.6~18772 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a11a6752c15b76f165bcb9c733c6c7dce9bcec6b;p=platform%2Fupstream%2Fllvm.git Repair sphinx doc generation mistake in the log commit neglected to place a space after the `` literal, which messed up the build by incapacitating the sphinx generator. Reviewed By: beanz Differential Revision: https://reviews.llvm.org/D143208 --- diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 3f1f492..c7b084e 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -186,7 +186,7 @@ Arm and AArch64 Support in Clang Floating Point Support in Clang ------------------------------- -- Add ``__builtin_elementwise_log``builtin for floating point types only. +- Add ``__builtin_elementwise_log`` builtin for floating point types only. Internal API Changes --------------------