Describe the bug
Compiling with LLVM as part of zephyr sdk 0.18.0-alpha4, lld generates warnings. These warnings have previously been fixed by #71546. It seems that CONFIG_LLVM_USE_LLD is not set even though lld is used to link.
Regression
Steps to reproduce
cd samples/hello_world
west build -b stm32h573i_dk -- -DZEPHYR_TOOLCHAIN_VARIANT=zephyr/llvm
Relevant log output
ld.lld: warning: <internal>:(.symtab) is being placed in '.symtab'
ld.lld: warning: <internal>:(.shstrtab) is being placed in '.shstrtab'
ld.lld: warning: <internal>:(.strtab) is being placed in '.strtab'
Impact
Annoyance – Minor irritation; no significant impact on usability or functionality.
Environment
- OS: Linux
- Toolchain: Zephyr SDK v0.18.0-alpha4
- Version: collab-sdk-dev
Additional Context
No response
Describe the bug
Compiling with LLVM as part of zephyr sdk 0.18.0-alpha4, lld generates warnings. These warnings have previously been fixed by #71546. It seems that
CONFIG_LLVM_USE_LLDis not set even thoughlldis used to link.Regression
Steps to reproduce
cd samples/hello_worldwest build -b stm32h573i_dk -- -DZEPHYR_TOOLCHAIN_VARIANT=zephyr/llvmRelevant log output
Impact
Annoyance – Minor irritation; no significant impact on usability or functionality.
Environment
Additional Context
No response