kraj / meta-clang

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

python-bcrypt: Do not use lld when building with ptests on. #962

Closed kraj closed 6 days ago

kraj commented 6 days ago

Somehow linker/lld here fails to link ptests with cargo, therefore workaround it by disabling lld when ptest feature is on.

Fixes errors like note: riscv64-yoe-linux-ld.lld: error: undefined symbol: PyExc_ValueError\nreferenced by bcrypt_rust.a93ef5fbf090e743-cgu.0


Contributor checklist

Reviewer Guidelines