summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-devtools/clang/llvm-project-source.bbappend
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2021-08-27 15:28:27 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-08-27 23:28:04 +0800
commite69b38c4b7db4dd25204f6d4e6bb576c57aa3e6e (patch)
tree0616e7ac4abce7425de062aab7512f891303d076 /dynamic-layers/clang-layer/recipes-devtools/clang/llvm-project-source.bbappend
parent61efde5c41f73784d1c771b7ff1a63ba655326c0 (diff)
downloadmeta-intel-e69b38c4b7db4dd25204f6d4e6bb576c57aa3e6e.tar.gz
llvm/11.0.0: apply ispc recommended patches
ISPC recommends building LLVM 11 with some additional patches to work around some bugs in this version. Add those patches to our build as well. https://github.com/ispc/ispc/tree/v1.16.1/llvm_patches Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-devtools/clang/llvm-project-source.bbappend')
-rw-r--r--dynamic-layers/clang-layer/recipes-devtools/clang/llvm-project-source.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamic-layers/clang-layer/recipes-devtools/clang/llvm-project-source.bbappend b/dynamic-layers/clang-layer/recipes-devtools/clang/llvm-project-source.bbappend
index 8b4f6e31..b144411d 100644
--- a/dynamic-layers/clang-layer/recipes-devtools/clang/llvm-project-source.bbappend
+++ b/dynamic-layers/clang-layer/recipes-devtools/clang/llvm-project-source.bbappend
@@ -29,6 +29,8 @@ SRC_URI_LLVM11_PATCHES = " \
29 file://llvm11-0004-Remove-__IMAGE_SUPPORT__-macro-for-SPIR-since-SPIR-d.patch \ 29 file://llvm11-0004-Remove-__IMAGE_SUPPORT__-macro-for-SPIR-since-SPIR-d.patch \
30 file://llvm11-0005-Avoid-calling-ParseCommandLineOptions-in-BackendUtil.patch \ 30 file://llvm11-0005-Avoid-calling-ParseCommandLineOptions-in-BackendUtil.patch \
31 file://llvm11-0006-OpenCL-support-cl_ext_float_atomics.patch \ 31 file://llvm11-0006-OpenCL-support-cl_ext_float_atomics.patch \
32 file://llvm11-0007-ispc-11_0_11_1_disable-A-B-A-B-in-InstCombine.patch \
33 file://llvm11-0008-ispc-11_0_11_1_packed_load_store_avx512.patch \
32 " 34 "
33SRC_URI_LLVM12_PATCHES = " \ 35SRC_URI_LLVM12_PATCHES = " \
34 file://llvm12-0001-Remove-__IMAGE_SUPPORT__-macro-for-SPIR-since-SPIR-d.patch \ 36 file://llvm12-0001-Remove-__IMAGE_SUPPORT__-macro-for-SPIR-since-SPIR-d.patch \