On 12 Feb 2026, at 16:50, Dora, Sunil Kumar via lists.openembedded.org <[email protected]> wrote: > > From: Sunil Dora <[email protected]> > > YOCTO #16058 > > When llvm-native is built with a newer toolchain (e.g. GCC 15) and > reused on a system with an older linker, rustc emit segfault at runtime. > > This issue occurs because rustc, which is statically linked with LLVM > libraries, > was built on one machine using a newer toolchain and then executed on another > machine > that has an older linker. To prevent crash, LLVM now linked with rustc > dynamically. >
What’s the impact on the native sysroot and target packages when we link rust against all of libLLVM.so dynamically vs statically linking the pieces that are used? Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231051): https://lists.openembedded.org/g/openembedded-core/message/231051 Mute This Topic: https://lists.openembedded.org/mt/117777483/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
