Skip to content

Commit 145082e

Browse files
javiercarrascocruzmasahir0y
authored andcommitted
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 <[email protected]> Reviewed-by: Nathan Chancellor <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 1472464 commit 145082e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/kbuild/llvm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Ccache
126126

127127
``ccache`` can be used with ``clang`` to improve subsequent builds, (though
128128
KBUILD_BUILD_TIMESTAMP_ should be set to a deterministic value between builds
129-
in order to avoid 100% cache misses, see Reproducible_builds_ for more info):
129+
in order to avoid 100% cache misses, see Reproducible_builds_ for more info)::
130130

131131
KBUILD_BUILD_TIMESTAMP='' make LLVM=1 CC="ccache clang"
132132

0 commit comments

Comments
 (0)