[PATCH] D104996: [docs] Update CMake cross compiling guide link.
Tommy Chiang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 27 13:30:19 PDT 2021
oToToT created this revision.
oToToT added reviewers: void, mstorsjo, kastiglione.
oToToT added a project: LLVM.
Herald added a subscriber: mgorny.
oToToT requested review of this revision.
Herald added a subscriber: llvm-commits.
The CMake community Wiki has been moved to the Kitware GitLab Instance <https://gitlab.kitware.com/cmake/community/wikis/home>.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D104996
Files:
llvm/docs/CMake.rst
Index: llvm/docs/CMake.rst
===================================================================
--- llvm/docs/CMake.rst
+++ llvm/docs/CMake.rst
@@ -733,11 +733,11 @@
Cross compiling
===============
-See `this wiki page <http://www.vtk.org/Wiki/CMake_Cross_Compiling>`_ for
+See `this wiki page <https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/CrossCompiling>`_ 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
-<http://www.vtk.org/Wiki/CMake_Cross_Compiling#Information_how_to_set_up_various_cross_compiling_toolchains>`_
+several examples including toolchain files. Go directly to
+``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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104996.354766.patch
Type: text/x-patch
Size: 956 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210627/57dbb4ff/attachment.bin>
More information about the llvm-commits
mailing list