From 56e6d4742e6909bd7d2db201cc5e0e3e77c6f282 Mon Sep 17 00:00:00 2001 From: oToToT Date: Wed, 14 Jul 2021 21:14:12 +0800 Subject: [PATCH] [docs] Update CMake cross compiling guide link The CMake community Wiki has been moved to the [[ https://gitlab.kitware.com/cmake/community/wikis/home | Kitware GitLab Instance ]]. Also, the original anchor for `Information how to set up various cross compiling toolchains` section might not work as expected. The original content is now being collapsed, so browser won't navigate to the right section directly. Hence, I think it might be better to provide the section name instead of `this section` with link to help readers find the right section by themselves. Reviewed By: void Differential Revision: https://reviews.llvm.org/D104996 --- llvm/docs/CMake.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index bab0508..68aa1d6 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -733,11 +733,11 @@ For more information about testing, see the :doc:`TestingGuide`. Cross compiling =============== -See `this wiki page `_ for +See `this wiki page `_ for generic instructions on how to cross-compile with CMake. It goes into detailed explanations and may seem daunting, but it is not. On the wiki page there are -several examples including toolchain files. Go directly to `this section -`_ +several examples including toolchain files. Go directly to the +``Information how to set up various cross compiling toolchains`` section for a quick solution. Also see the `LLVM-specific variables`_ section for variables used when -- 2.7.4