clang: RPROVIDE spirv-llvm-translator and libclc

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

(From OE-Core rev: fc58a1ee75737851d6e97be8a0b7ac739819efc8)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2025-05-04 21:15:12 -07:00
committed by Richard Purdie
parent 79030cd4c4
commit 5b7aaa505f

View 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*"