commit | 22c45c9234c12d5066e29c6f410d2d8151b43a74 | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Mon Sep 02 12:16:27 2024 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Sep 04 21:26:59 2024 +0200 |
tree | 302ee2e7507c7e022728c59de92621319e193e80 | |
parent | 9bb014052204e0b1a72839d5657a8a9117e33ff4 [diff] |
cmake: remove llvm runtime library selection from target_base.cmake The selection of the runtime library when using LLVM has already been done in llvm/target.cmake and passed to the toolchain_ld_base() function through the global TOOLCHAIN_LD_FLAGS setting. The only reason this haven't been noticed is because of CMake's built-in symbol de-duplication feature. Remove the redundant runtime library handling. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>