From d04876ff37c85cbcbff60d0630e52d64c62fe4bd Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Tue, 2 Feb 2021 18:33:28 +0800 Subject: opencl-clang: update to include latest commits It includes: c67648d Merge pull request #226 from hewj03/ocl-open-110 7ff6cf2 Remove "spirv work-item builtin debug-info patch" 8353f4d Extend llvm_shutdown to fix ManagedStatic memleak 05fd5aa Merge pull request #220 from azabazno/opencl_30_nosvm_2 70f45fb Keep same error for 2.0 1aed7d7 OpenCL C 3.0 patch update: allow nosvm attribute for 3.0 dbddfc2 Merge pull request #214 from lwesiers/ocl-open-110 7fc8e28 Fix typo 0442aee Improved patching mechanism and printing logs Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- .../clang-layer/recipes-opencl/opencl-clang/opencl-clang_11.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dynamic-layers') diff --git a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_11.0.0.bb b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_11.0.0.bb index d0c852ab..0c5d0508 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_11.0.0.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_11.0.0.bb @@ -10,7 +10,7 @@ SRC_URI = "git://github.com/intel/opencl-clang.git;branch=ocl-open-110;protocol= " SRC_URI_append_class-native = " file://0002-make-sure-only-static-libraries-linked-for-native-bu.patch" -SRCREV = "7a88e28f00b1479fa5809ce4cf8388938c0d7495" +SRCREV = "c67648d41df00ea8ee9d701d17299b86f86f0321" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf