Khem Raj
Khem Raj
If you don’t need clang then you don’t have this problem
Can you try out https://github.com/kraj/meta-clang/pull/533
@pberginkonsult it seems specific to rust here. Can you try a simple c/c++ example using CLANGCC and see if that works ok ? if that works then we have the...
llvm-tblgen/clang-tlbgen is whats needed precisely. However, clang-native is needed in anycase since clang only build once for one host and there is no need to rebuild it again and again...
clang build sequence builds clang-native once and reuses it for cross variants and it also means it reused it across architectures if someone builds form multiple architectures they will definitely...
maybe we can create a `clang-minimal-native` which could be also provided by clang-native so in cases where clang cross compilers are not sought, users can select `PREFERRED_PROVIDER_virtual/clang-tools-native = "clang-minimal-native"` others...
I think this is perhaps solvable by either renaming the one provided by compiler-rt-sanitizers or maybe just deleting it during do_install.
I have lllvm 14 upgrade ready perhaps I should submit that as PR
thats fine, we will have to start using it in someways. Do you have a patch that works ?
nativesdk-clang is needed because we use uninative shim layer to redirect loading of SDK tools when installed on SDK machine, so the SDK can work on multiple distros. I am...