]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Documentation/llvm: turn make command for ccache into code block
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Mon, 12 Aug 2024 12:17:21 +0000 (14:17 +0200)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 16 Aug 2024 12:34:12 +0000 (21:34 +0900)
commit145082ebfcf08f4fd254c467abf4aa58b4d38505
treed8d3b47f21bde67224db653ba31fb533c1a40895
parent1472464c6248575bf2d01c7f076b94704bb32c95
Documentation/llvm: turn make command for ccache into code block

The command provided to use ccache with clang is not a literal code
block. Once built, the documentation displays the '' symbols as a "
character, which is wrong, and the command can not be applied as
provided.

Turn the command into a literal code block.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Documentation/kbuild/llvm.rst