**** BEGIN LOGGING AT Fri Dec 09 02:59:57 2022 Dec 09 19:11:02 Anyone coming to FOSDEM? Put your name down on https://www.openembedded.org/wiki/FOSDEM_2023 for beers and/or booth duty Dec 09 20:53:26 has anyone looked at the possibility of using MOLD with OE yet ? Dec 09 20:56:51 khem: ^ Dec 09 22:43:20 no mold yet but lld yes Dec 10 00:59:49 khem: I was grepping for lld, but couldn't find any mention of it, is there a patch/commit ? Dec 10 01:11:30 for lld you need to use meta-clang Dec 10 01:12:06 and use DISTRO_FEATURES += "ld-is-lld" Dec 10 01:12:24 so far I have only tried it with TOOLCHAIN = "clang" Dec 10 01:14:01 khem: ah ... lemme git grep, thanks Dec 10 01:14:39 khem: I guess one also has to do inherit clang.bbclass somewhere in local.conf, right ? Dec 10 01:27:32 not really, all you need is to include meta-clang and add TOOLCHAIN = "clang" in local.conf Dec 10 01:28:32 I see this in meta-clang/master Dec 10 01:28:32 classes/clang.bbclass:LDFLAGS:append:toolchain-clang = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' -fuse-ld=lld', '', d)}" Dec 10 01:28:42 so ... where do those ldflags get pulled in ? Dec 10 01:59:28 globally Dec 10 01:59:37 this class is pulled in via layer.conf Dec 10 01:59:54 but its only added when TOOLCHAIN = "clang" **** ENDING LOGGING AT Sat Dec 10 02:59:56 2022