[PATCH] D104996: [docs] Update CMake cross compiling guide link.
Tommy Chiang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 14 06:22:39 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG56e6d4742e69: [docs] Update CMake cross compiling guide link (authored by oToToT).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104996/new/
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 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104996.358580.patch
Type: text/x-patch
Size: 960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210714/9188dcb8/attachment.bin>
More information about the llvm-commits
mailing list