]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
clang: RPROVIDE spirv-llvm-translator and libclc
authorKhem Raj <raj.khem@gmail.com>
Mon, 5 May 2025 04:15:12 +0000 (21:15 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 May 2025 17:02:45 +0000 (18:02 +0100)
This paves the way to spin out these packages out of clang in future
specifically spirv-llvm-translator which is not yet part of llvm monorepo

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/clang/clang_git.bb

index 8ae67c8c66fe1834a526be9d274020f1e1fdb6a5..67cd5151df6f551a5316b0d853591b11a1cae878 100644 (file)
@@ -334,6 +334,9 @@ RDEPENDS:${PN}-tools += "\
   perl-module-term-ansicolor \
 "
 
+RPROVIDES:${PN}-spirv = "${MLPREFIX}spirv-llvm-translator"
+RPROVIDES:${PN}-clc = "${MLPREFIX}libclc"
+
 RRECOMMENDS:${PN}-tidy += "${PN}-tools"
 
 FILES:llvm-linker-tools = "${libdir}/LLVMgold* ${libdir}/libLTO.so.* ${libdir}/LLVMPolly*"