]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
llvm: also install llvm-min-tblgen
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Wed, 16 Apr 2025 15:59:28 +0000 (18:59 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Apr 2025 09:51:27 +0000 (10:51 +0100)
Some projects are picky and want to hanve llvm-min-tblgen in addition to
a normal llvm-tblgen. Install the tool to the sysroot.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/llvm/llvm_20.1.2.bb

index 4b24d28364cd3f43c20296ab97637e16e0ee3fcc..98855fa4c14d1f5eef6dd946a64927d778b99e3d 100644 (file)
@@ -159,6 +159,7 @@ do_install() {
 
 do_install:append:class-native() {
        install -D -m 0755 ${B}/bin/llvm-tblgen ${D}${bindir}/llvm-tblgen${PV}
+       install -D -m 0755 ${B}/bin/llvm-min-tblgen ${D}${bindir}/llvm-min-tblgen
        install -D -m 0755 ${B}/bin/llvm-config ${D}${bindir}/llvm-config${PV}
        ln -sf llvm-config${PV} ${D}${bindir}/llvm-config