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.
1 parent 10a6a34 commit d84755bCopy full SHA for d84755b
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