mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 13:14:46 +02:00

We no longer support building with older branches of OE-Core/meta-clang so remove LLVM 10 specific configurations and patches. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
12 lines
676 B
Plaintext
12 lines
676 B
Plaintext
FILESEXTRAPATHS:prepend:intel-x86-common := "${THISDIR}/files:"
|
|
|
|
SRC_URI_LLVM12_PATCHES = " \
|
|
file://llvm12-0001-Remove-__IMAGE_SUPPORT__-macro-for-SPIR-since-SPIR-d.patch \
|
|
file://llvm12-0002-Avoid-calling-ParseCommandLineOptions-in-BackendUtil.patch \
|
|
file://llvm12-0003-Support-cl_ext_float_atomics.patch \
|
|
file://llvm12-0004-ispc-12_0_disable-A-B-A-B-and-BSWAP-in-InstCombine.patch \
|
|
file://llvm12-0005-ispc-12_0_fix_for_2111.patch \
|
|
"
|
|
|
|
SRC_URI:append:intel-x86-common = "${@bb.utils.contains('LLVMVERSION', '12.0.0', ' ${SRC_URI_LLVM12_PATCHES} ', '', d)}"
|