From 4bcf2d76dcced8b53460da9ed90f6bee08e0b154 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Mon, 1 Feb 2021 16:36:09 +0800 Subject: intel-graphics-compiler: set preferred LLVM version to 11.1.0 Ref: https://github.com/kraj/meta-clang/commit/67a7cad4bb48ef569b4eeb4b3c923133d2d422a6 Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- .../clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.5435.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.5435.bb b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.5435.bb index 502200fa..e762246c 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.5435.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.5435.bb @@ -31,7 +31,7 @@ DEPENDS_append_class-target = " clang-cross-x86_64" RDEPENDS_${PN} += "opencl-clang" -LLVM_COMPAT_VERSION = "${@bb.utils.contains('LLVMVERSION', '10.0.1', '10.0.0', '11.0.0', d)}" +LLVM_COMPAT_VERSION = "${@bb.utils.contains('LLVMVERSION', '10.0.1', '10.0.0', '11.1.0', d)}" EXTRA_OECMAKE = "-DIGC_PREFERRED_LLVM_VERSION=${LLVM_COMPAT_VERSION} -DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3 -DINSTALL_SPIRVDLL=0 -DIGC_BUILD__VC_ENABLED=OFF" # VectorCompiler doesn't build with LLVM11 as of this release. -- cgit v1.2.3-54-g00ecf