Skip to content

Commit d84755b

Browse files
committed
[docs] Fix broken formatting for link in HowToCrossCompileLLVM
The usual `_ vs _` problem.
1 parent 10a6a34 commit d84755b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/HowToCrossCompileLLVM.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Working around a ninja dependency issue
153153
154154
If you followed the instructions above to create a sysroot, you may run into a
155155
`longstanding problem related to path canonicalization in ninja
156-
<https://github.com/ninja-build/ninja/issues/1330>_`. GCC canonicalizes system
156+
<https://github.com/ninja-build/ninja/issues/1330>`_. GCC canonicalizes system
157157
headers in dependency files, so when ninja reads them it does not need to do
158158
so. Clang does not do this, and unfortunately ninja does not implement the
159159
canonicalization logic at all, meaning for some system headers with symlinks

0 commit comments

Comments
 (0)