From d84755b10d09c8972074927ffbf8805e210f3525 Mon Sep 17 00:00:00 2001 From: Alex Bradbury Date: Tue, 11 Mar 2025 20:37:41 +0000 Subject: [PATCH] [docs] Fix broken formatting for link in HowToCrossCompileLLVM The usual `_ vs _` problem. --- llvm/docs/HowToCrossCompileLLVM.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/HowToCrossCompileLLVM.rst b/llvm/docs/HowToCrossCompileLLVM.rst index 99ee8bd84525..d69e4dbc766c 100644 --- a/llvm/docs/HowToCrossCompileLLVM.rst +++ b/llvm/docs/HowToCrossCompileLLVM.rst @@ -153,7 +153,7 @@ Working around a ninja dependency issue If you followed the instructions above to create a sysroot, you may run into a `longstanding problem related to path canonicalization in ninja -_`. GCC canonicalizes system +`_. GCC canonicalizes system headers in dependency files, so when ninja reads them it does not need to do so. Clang does not do this, and unfortunately ninja does not implement the canonicalization logic at all, meaning for some system headers with symlinks