From 1a4adcb8b18141db84b654e645fb07679ee41c1d Mon Sep 17 00:00:00 2001 From: Dongwon Kim Date: Thu, 8 Apr 2021 19:09:59 -0700 Subject: opencl-clang: move up to the version for igc-1.0.6646 Need to move up to newer commit for opencl-clang that matches to the current igc (1.0.6466). Signed-off-by: Dongwon Kim Signed-off-by: Anuj Mittal --- .../clang-layer/recipes-opencl/opencl-clang/opencl-clang_10.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_10.0.0.bb b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_10.0.0.bb index c5ba96c1..4928eb22 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_10.0.0.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_10.0.0.bb @@ -11,7 +11,7 @@ SRC_URI = "git://github.com/intel/opencl-clang.git;branch=ocl-open-100;protocol= " SRC_URI_append_class-native = " file://0002-make-sure-only-static-libraries-linked-for-native-bu.patch" -SRCREV = "92f3f7f1a06f25fb13708f87c26b0fbf50924c96" +SRCREV = "c8cd72e32b6abc18ce6da71c357ea45ba78b52f0" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf