Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions llvm/docs/HowToCrossCompileLLVM.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ Then execute the following snippet to create a toolchain file:
EOF


.. note::
These instructions require **CMake version 3.29 or higher**, because
the ``CMAKE_LINKER_TYPE`` option used in the toolchain file is only
supported from this version onward. Older versions of CMake will
result in configuration errors.

Then configure and build by invoking ``cmake``:

.. code-block:: bash
Expand Down
Loading