meta-clang
meta-clang copied to clipboard
Clang C/C++ cross compiler and runtime for OpenEmbedded/Yocto Project
While do_configure meson fails with: ``` ... | File "/home/build/yocto-owrt-luci2021_swu/build/tanowrt-glibc/work/aarch64-oe-linux/mesa/2_20.0.2-r0owen13/recipe-sysroot-native/usr/lib/python3.8/site-packages/mesonbuild/dependencies/base.py", line 2237, in find_external_dependency | d = c() | File "/home/build/yocto-owrt-luci2021_swu/build/tanowrt-glibc/work/aarch64-oe-linux/mesa/2_20.0.2-r0owen13/recipe-sysroot-native/usr/lib/python3.8/site-packages/mesonbuild/dependencies/dev.py", line 239, in __init__ | self._set_new_link_args(environment) | File "/home/build/yocto-owrt-luci2021_swu/build/tanowrt-glibc/work/aarch64-oe-linux/mesa/2_20.0.2-r0owen13/recipe-sysroot-native/usr/lib/python3.8/site-packages/mesonbuild/dependencies/dev.py",...
When building chromium on master, I see: WARNING: libcxx-14.0.6-r0 do_package_qa: QA Issue: File /usr/lib/.debug/libc++abi.so.1.0 in package libcxx-dbg contains reference to TMPDIR [buildpaths] WARNING: compiler-rt-14.0.6-r0 do_package_qa: QA Issue: File /usr/lib/clang/14.0.6/lib/linux/libclang_rt.builtins-armhf.a in...
--- ### Contributor checklist - [ ] Changes have been tested - [x] `Signed-off-by` is present - [x] The PR complies with the [Open Embedded Commit Patch Message Guidelines](http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines) ###...
**Describe the bug** I have meta-clang layer enabled, but the default toolchain is still pointed to the standard gcc from OE-Core. I tried building both `llvm` and `clang` pacakges at...
Hi, After move PREFFER_PROVIDER into README, llvm in oe-core will be used by default. But if LLVMVERSION settings in layer.conf maybe different from oe-core's llvm version. we will met warning...
**Describe the bug** It seems that `std::format` is not available when building our recipe. We're using the dunfell-clang14 branch. **To Reproduce** We're setting this in our recipe: ``` inherit cmake...
**Is your feature request related to a problem? Please describe.** meta-clang master and meta-intel master/nanbield when used together fails to build intel-graphics-compiler because [IGC does not yet support anything past...
I got an error when I ran bitbake clang tmp-glibc/work-shared/llvm-project-source-12.0.0-r0/git/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp:296:34: error: use of deleted function ‘lldb_private::process_linux::NativeRegisterContextLinux::NativeRegisterContextLinux()’ m_reg_info(), m_gpr_x86_64() { I don't know how to solve him, this is my gcc...
**Describe the bug** we use poky's archiver.bbclass to assist with open source copyright and license compliance. we do not redistribute parts of clang or llvm, but the archiver tasks still...
**Describe the bug** Trying to build Chromium using the official NXP release mickledore-6.1.22-2.0.0 using a Ubuntu 22.04 LTS machine, the build fails. However, NXP approach is reasonably not relevant: please...