summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-devtools/clang/llvm-project-source.bbappend
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-10-21 23:40:23 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-10-21 23:42:39 +0800
commit3b386a9dc80eb61055b74d93f2da582ce2c652c7 (patch)
tree1a522e8924fec699408907dd0a96c72ac50d41b4 /dynamic-layers/clang-layer/recipes-devtools/clang/llvm-project-source.bbappend
parent272e0889026e6479fd366d4447e7345e4dd52d11 (diff)
downloadmeta-intel-3b386a9dc80eb61055b74d93f2da582ce2c652c7.tar.gz
llvm-project-source/10.0.1: backport fixes from LLVM 11
Include a fix and two supporting patches from LLVM 11 to fix problems with double registration while both clang-cpp and llvm lib are linked (like in case of opencl-clang). | CommandLine Error: Option 'mc-relax-all' registered more than once! | LLVM ERROR: inconsistency in registered CommandLine options 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.bbappend3
1 files changed, 3 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 96011f1d..9701aca6 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
@@ -23,6 +23,9 @@ SRC_URI_LLVM10_PATCHES = " \
23 file://llvm10-0013-ispc-10_0_k_reg_mov_avx512_i8_i16.patch \ 23 file://llvm10-0013-ispc-10_0_k_reg_mov_avx512_i8_i16.patch \
24 file://llvm10-0014-ispc-10_0_packed_load_store_avx512skx.patch \ 24 file://llvm10-0014-ispc-10_0_packed_load_store_avx512skx.patch \
25 file://llvm10-0015-ispc-10_0_vXi1calling_avx512_i8_i16.patch \ 25 file://llvm10-0015-ispc-10_0_vXi1calling_avx512_i8_i16.patch \
26 file://llvm10-basic-block-sections-support.patch \
27 file://llvm10-Enable-the-call-site-info-only-for-g-optimizations.patch \
28 file://llvm10-Replace-MCTargetOptionsCommandFlags.inc-and-CommandF.patch \
26 " 29 "
27 30
28SRC_URI_LLVM12_PATCHES = " \ 31SRC_URI_LLVM12_PATCHES = " \