Khem Raj
Khem Raj
> LLVM bug: https://bugs.llvm.org/show_bug.cgi?id=39200 > > Referenced patch resolves build issue OK, I can accept this patch, I wonder why its not yet applied upstream/master
@mabnhdev can you reproduce this on master too ?
hmm are you trying master older than b6f8b068 ?
in compiler-rt recipe can you try adding ```bitbake do_configure_prepend_linux-gnux32() { cp ${STAGING_INCDIR}/gnu/stubs-x32.h ${STAGING_INCDIR}/gnu/stubs-64.h cp ${STAGING_INCDIR}/bits/long-double-32.h ${STAGING_INCDIR}/bits/long-double-64.h } ```
@mabnhdev can you retry your case with latest master, we now have clang 9.0-rc in there and I am curious if it fixes x32 builds
`0001-OpenCL-Change-type-of-block-pointer-for-OpenCL.patch` is not a patch from meta-clang where is it coming from ?
I do not maintain that layer so please report or to yocto mailing lists and meta-intel maintainers
Clearly `RUNTIME` is only meant to affect target and that's what you are seeing. if we should build libc++/compiler-rt for build host is an enhancement that would certainly make sense...
yes, its a harder issue than normal, since clang's way to use stdandard C++ library is governed via sysroot option if we need to change it to non-default locations and...
@rakuco I have it working now see https://github.com/YoeDistro/meta-browser/commits/yoe/mut