From 0a7687b2c1e174b055213db7e535eec03828d3d1 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 15 Aug 2022 13:08:55 +0800 Subject: Remove support for LLVM 12 We can now build with LLVM 14 and no longer need to keep LLVM 12 patches and compatibility code. Signed-off-by: Anuj Mittal --- .../recipes-opencl/opencl-clang/opencl-clang_12.0.0.bb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_12.0.0.bb (limited to 'dynamic-layers/clang-layer/recipes-opencl') diff --git a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_12.0.0.bb b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_12.0.0.bb deleted file mode 100644 index d0b2acfb..00000000 --- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_12.0.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -require opencl-clang.inc - -SRCREV = "8fc6b059248dc6c9c40c7cbe5fedcc6ebb951983" - -DEPENDS += " spirv-llvm-translator" - -BRANCH = "ocl-open-120" - -EXTRA_OECMAKE += "\ - -DCMAKE_SKIP_RPATH=TRUE \ - -DPREFERRED_LLVM_VERSION="12.0.0" \ - " -- cgit v1.2.3-54-g00ecf