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
7 changes: 7 additions & 0 deletions cmake/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ config PICOLIBC_DEFAULT
help
Zephyr SDK >=0.17.1 always uses Picolibc

config LLVM_USE_LLD
def_bool y
depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr"
depends on "$(TOOLCHAIN_VARIANT_COMPILER)" = "llvm"
help
Zephyr SDK always uses lld with llvm

# libstdc++ is built without exception support in -Os mode
choice COMPILER_OPTIMIZATIONS
default SPEED_OPTIMIZATIONS if ("$(TOOLCHAIN_VARIANT_COMPILER)" != "llvm") && CPP_EXCEPTIONS
Expand Down
Loading