diff mbox series

[2/2] spirv-llvm-translator: depend on llvm, not clang

Message ID 20250724183849.3546823-2-ross.burton@arm.com
State New
Headers show
Series [1/2] clang: move get_clang_arch() functions to the common inc file | expand

Commit Message

Ross Burton July 24, 2025, 6:38 p.m. UTC
At the moment the clang recipe provides llvm, but they could be split
in the future and this makes it clear that the translator just needs
libllvm and not the clang tools.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb b/meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb
index 14e4bb74ace..64a73ce55aa 100644
--- a/meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb
+++ b/meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb
@@ -13,7 +13,7 @@  SRC_URI = " \
 
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
 
-DEPENDS = "clang spirv-tools spirv-headers"
+DEPENDS = "llvm spirv-tools spirv-headers"
 
 inherit cmake pkgconfig python3native