diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2022-08-15 13:08:55 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2022-08-15 13:40:22 +0800 |
| commit | 0a7687b2c1e174b055213db7e535eec03828d3d1 (patch) | |
| tree | 5562886285c6a0ff4643bd4672415ffd276707c0 /dynamic-layers/clang-layer/recipes-opencl | |
| parent | 94d6ec3730ac57fa2c27d1b04124d55cd5f88952 (diff) | |
| download | meta-intel-0a7687b2c1e174b055213db7e535eec03828d3d1.tar.gz | |
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 <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-opencl')
| -rw-r--r-- | dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_12.0.0.bb | 12 |
1 files changed, 0 insertions, 12 deletions
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 @@ | |||
| 1 | require opencl-clang.inc | ||
| 2 | |||
| 3 | SRCREV = "8fc6b059248dc6c9c40c7cbe5fedcc6ebb951983" | ||
| 4 | |||
| 5 | DEPENDS += " spirv-llvm-translator" | ||
| 6 | |||
| 7 | BRANCH = "ocl-open-120" | ||
| 8 | |||
| 9 | EXTRA_OECMAKE += "\ | ||
| 10 | -DCMAKE_SKIP_RPATH=TRUE \ | ||
| 11 | -DPREFERRED_LLVM_VERSION="12.0.0" \ | ||
| 12 | " | ||
