We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ab8c8 commit fcbb7b4Copy full SHA for fcbb7b4
llvm/docs/HowToCrossCompileLLVM.rst
@@ -106,6 +106,12 @@ Then execute the following snippet to create a toolchain file:
106
EOF
107
108
109
+.. note::
110
+ These instructions require **CMake version 3.29 or higher**, because
111
+ the ``CMAKE_LINKER_TYPE`` option used in the toolchain file is only
112
+ supported from this version onward. Older versions of CMake will
113
+ result in configuration errors.
114
+
115
Then configure and build by invoking ``cmake``:
116
117
.. code-block:: bash
0 commit comments