meta-clang icon indicating copy to clipboard operation
meta-clang copied to clipboard

Clang C/C++ cross compiler and runtime for OpenEmbedded/Yocto Project

Results 68 meta-clang issues
Sort by recently updated
recently updated
newest added

**Describe the bug** ``` /yow-lpggp32/yyu1/yocto/b_poky/build$ bitbake -s | grep llvm WARNING: preferred version 12.0.0 of nativesdk-llvm not available WARNING: versions of nativesdk-llvm available: 11.1.0 WARNING: preferred version 12.0.0 of llvm-native...

question

At the moment, `RUNTIME = "llvm"` only causes target builds to use libc++, compiler_rt etc. See OSSystems/meta-browser#488 for a case where it'd be useful to have it working for native...

enhancement

Hi, I'm trying to compile AMD ROCm with meta-clang as it is llvm required for the project to compile. I first started with this: https://github.com/RadeonOpenCompute/ROCm-Device-Libs but when I add meta-clang...

feedback

Hi! Been going over this problem for a few weeks and I think I have finally found a workaround for now, but in the meanwhile I would like to report...

enhancement
help wanted

Hello Kraj, I was reading the readme and was not able to find info on following configuration: - Use gcc(g++) but link to libc++ Is this mode supported at the...

enhancement
help wanted

Here is example of the compile line: `/home/jp/builds/clean/opencgx-x86-generic-64/project/tmp/work/x86_64-nativesdk-montavistasdk-linux/nativesdk-clang/10.0.0-r0/recipe-sysroot-native/usr/bin/clang++ -DGTEST_HAS_RTTI=0 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Ilib/Support -I/home/jp/builds/clean/opencgx-x86-generic-64/project/tmp/work-shared/llvm-project-source-10.0.0-r0/git/llvm/lib/Support -Iinclude -I/home/jp/builds/clean/opencgx-x86-generic-64/project/tmp/work-shared/llvm-project-source-10.0.0-r0/git/llvm/include -isystem/home/jp/builds/clean/opencgx-x86-generic-64/project/tmp/work/x86_64-nativesdk-montavistasdk-linux/nativesdk-clang/10.0.0-r0/recipe-sysroot-native/usr/include -O2 -pipe -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers...

bug

I'm working with Sumo branches all around. I'm trying to add clang to my SDK for an x86_64 bit machine running an x32 user space. I get the following error...

enhancement
help wanted
question

Currently target clang depends on clang-native for the llvm-tblgen binary. There should be a way of either bootstrapping that in the target clang build, or a clang-tools-native recipe that just...

enhancement

**Is your feature request related to a problem? Please describe.** I would like to have clang-tools-extra in a separate package so that I can install those tools without clang itself...

**Is your feature request related to a problem? Please describe.** We have a piece of software (Rust Skia bindings) that, among other things, compiles some sources with clang. Thanks to...