kraj / meta-clang

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

nonclangable: Add -Wl,--undefined-version when using lld #829

Closed kraj closed 1 year ago

kraj commented 1 year ago

lld does not default to --undefined-version anymore starting with 17.x specifically, this just means we turn on bfd linker compatible link mode for these recipes, which should otherwise be fixed


Contributor checklist

Reviewer Guidelines