mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00

Build opencl-clang with llvm-15 and point to latest from ocl-open-150 branch. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
19 lines
503 B
BlitzBasic
19 lines
503 B
BlitzBasic
require opencl-clang.inc
|
|
|
|
SRCREV = "c78c1f884ffe8b40e1681a90ebde1a919c08ddb1"
|
|
|
|
BRANCH = "ocl-open-150"
|
|
|
|
DEPENDS += " spirv-llvm-translator"
|
|
|
|
EXTRA_OECMAKE += "\
|
|
-DLLVM_TABLEGEN_EXE=${STAGING_BINDIR_NATIVE}/llvm-tblgen \
|
|
-DCMAKE_SKIP_RPATH=TRUE \
|
|
-DPREFERRED_LLVM_VERSION=${LLVMVERSION} \
|
|
"
|
|
|
|
do_install:append:class-native() {
|
|
install -d ${D}${bindir}
|
|
install -m 0755 ${B}/bin/linux_resource_linker ${D}${bindir}/
|
|
}
|