| Issue |
165253
|
| Summary |
[clang][docs] Specify minimum CMake version for cross compiling
|
| Labels |
clang
|
| Assignees |
|
| Reporter |
blabdouze
|
The instructions found here https://llvm.org/docs/HowToCrossCompileLLVM.html tell us to set the CMake variable `CMAKE_LINKER_TYPE` which is only supported since [CMake 3.29](https://cmake.org/cmake/help/latest/variable/CMAKE_LINKER_TYPE.html).
On Ubuntu 22.04 provided CMake is version 3.22 making the cross compilation failed when configuration the project.
A line should specify the minimum version of CMake that can be used to cross compile (as done in : https://llvm.org/docs/CMake.html#quick-start)
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs