zephyr/cmake/linker/lld
Torsten Rasmussen 026dbdf539 cmake: LLVM LLD minimum version 14.0.0
Fixes: #35671

Add minimal version required for LLVM LLD linker.
Linking fails with older LLVM LLD, such as v10.0.0.

LLVM v14.0.0 was released in 2022, and latest LLVM is v17.0.1.
Zephyr currently doesn't have a strict minimum version of LLVM
specified, but based on LLVM development and known issues on older
releases, then a minimum version of v14.0.0 has been chosen in this
commit.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2023-10-03 11:40:19 +02:00
..
linker_flags.cmake
target.cmake cmake: LLVM LLD minimum version 14.0.0 2023-10-03 11:40:19 +02:00
target_baremetal.cmake
target_base.cmake llvm: Add support for selecting runtime library 2023-08-03 19:35:11 +02:00