]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
llvm-tblgen-native: add new recipe
authorRoss Burton <ross.burton@arm.com>
Fri, 11 Jul 2025 15:51:35 +0000 (16:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Jul 2025 16:49:06 +0000 (17:49 +0100)
commitfbf63e03fe09ca74022c9d06442b4f1021b71d57
treec70ff76e9e9d1e2b4cd4940cc58db85124820a8e
parentfc7e8c3e5c19a1885bec564c8fc07df5a13c8bd4
llvm-tblgen-native: add new recipe

Building the LLVM projects often means using the TableGen tools
(llvm-tblgen etc).

We currently build them as part of clang-native, but I am teasing the
clang recipe into its component parts and having to build llvm-native
or lldb-native simply for one tool isn't ideal.

Instead, add a native recipe that simply builds the tablegen binaries
for llvm, clang, and lldb

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/recipes-devtools/clang/clang_git.bb
meta/recipes-devtools/clang/llvm-tblgen-native_git.bb [new file with mode: 0644]