We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d1b0dd + d84755b commit bb3f839Copy full SHA for bb3f839
llvm/docs/HowToCrossCompileLLVM.rst
@@ -153,7 +153,7 @@ Working around a ninja dependency issue
153
154
If you followed the instructions above to create a sysroot, you may run into a
155
`longstanding problem related to path canonicalization in ninja
156
-<https://github.com/ninja-build/ninja/issues/1330>_`. GCC canonicalizes system
+<https://github.com/ninja-build/ninja/issues/1330>`_. GCC canonicalizes system
157
headers in dependency files, so when ninja reads them it does not need to do
158
so. Clang does not do this, and unfortunately ninja does not implement the
159
canonicalization logic at all, meaning for some system headers with symlinks
0 commit comments