mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
opencl-clang: upgrade 8.0.0 -> 8.0.1
Switch to using latest on ocl-release-80 branch and to using using lld for native builds to remain in sync with clang layer. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
9c62233238
commit
e0486da748
|
@ -9,12 +9,12 @@ SRC_URI = "git://github.com/intel/opencl-clang.git;branch=ocl-open-80;protocol=h
|
|||
file://point-to-correct-llvm-tblgen.patch \
|
||||
"
|
||||
|
||||
SRCREV = "daf5e4dd718477ae8cf89a283c653939d9182f15"
|
||||
SRCREV = "94af090661d7c953c516c97a25ed053c744a0737"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
DEPENDS += "clang clang-native"
|
||||
DEPENDS += "clang"
|
||||
|
||||
DEPENDS_append_class-target = " opencl-clang-native"
|
||||
LDFLAGS_append_class-native = " -fuse-ld=lld"
|
||||
|
@ -33,3 +33,5 @@ do_install_append_class-native() {
|
|||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
TOOLCHAIN_class-native = "clang"
|
Loading…
Reference in New Issue
Block a user