kraj / meta-clang

Clang C/C++ cross compiler and runtime for OpenEmbedded/Yocto Project
MIT License
155 stars 198 forks source link

qt6/qtbase: Always use lld linker with clang #973

Closed kraj closed 2 months ago

kraj commented 2 months ago

chromium has certain options e.g. -Wl,-mllvm,xxx assumed when compiler chosen is clang. These options are not understood by GNU linker, therefore force using LLD when clang toolchain is used to compile QT6 components.


Contributor checklist

Reviewer Guidelines