diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2021-08-27 15:28:28 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-08-27 23:28:04 +0800 |
commit | 23d702e38f4e9759651a5121188f7853e97989aa (patch) | |
tree | 406f67f5b111e6fc5f42bbba361ec67d6b60b9c7 /dynamic-layers/clang-layer/recipes-devtools/clang/llvm-project-source.bbappend | |
parent | e69b38c4b7db4dd25204f6d4e6bb576c57aa3e6e (diff) | |
download | meta-intel-23d702e38f4e9759651a5121188f7853e97989aa.tar.gz |
llvm/10.0.0: apply ispc recommended patches
ISPC recommends building LLVM 10 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.bbappend | 8 |
1 files changed, 8 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 b144411d..3f304215 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 | |||
@@ -18,6 +18,14 @@ SRC_URI_LLVM10_PATCHES = " \ | |||
18 | file://llvm10-0005-Remove-__IMAGE_SUPPORT__-macro-for-SPIR-since-SPIR-d.patch \ | 18 | file://llvm10-0005-Remove-__IMAGE_SUPPORT__-macro-for-SPIR-since-SPIR-d.patch \ |
19 | file://llvm10-0006-Avoid-calling-ParseCommandLineOptions-in-BackendUtil.patch \ | 19 | file://llvm10-0006-Avoid-calling-ParseCommandLineOptions-in-BackendUtil.patch \ |
20 | file://llvm10-0007-support-cl_ext_float_atomics.patch \ | 20 | file://llvm10-0007-support-cl_ext_float_atomics.patch \ |
21 | file://llvm10-0008-ispc-10_0_9_0_fix_for_1767.patch \ | ||
22 | file://llvm10-0009-ispc-10_0_fix_for_1788.patch \ | ||
23 | file://llvm10-0010-ispc-10_0_fix_for_1793.patch \ | ||
24 | file://llvm10-0011-ispc-10_0_fix_for_1844.patch \ | ||
25 | file://llvm10-0012-ispc-10_0_i8_shuffle_avx512_i8_i16.patch \ | ||
26 | file://llvm10-0013-ispc-10_0_k_reg_mov_avx512_i8_i16.patch \ | ||
27 | file://llvm10-0014-ispc-10_0_packed_load_store_avx512skx.patch \ | ||
28 | file://llvm10-0015-ispc-10_0_vXi1calling_avx512_i8_i16.patch \ | ||
21 | " | 29 | " |
22 | 30 | ||
23 | SRC_URI_LLVM11_PATCHES = " \ | 31 | SRC_URI_LLVM11_PATCHES = " \ |