summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.6.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.6.bb b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.6.bb
index 036ab741..6ec9204c 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.6.bb
+++ b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.6.bb
@@ -26,6 +26,8 @@ COMPATIBLE_HOST_libc-musl = "null"
26DEPENDS += " flex-native bison-native clang opencl-clang" 26DEPENDS += " flex-native bison-native clang opencl-clang"
27DEPENDS_append_class-target = " clang-cross-x86_64" 27DEPENDS_append_class-target = " clang-cross-x86_64"
28 28
29RDEPENDS_${PN} += "opencl-clang"
30
29EXTRA_OECMAKE = "-DIGC_PREFERRED_LLVM_VERSION=8.0.0 -DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python2" 31EXTRA_OECMAKE = "-DIGC_PREFERRED_LLVM_VERSION=8.0.0 -DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python2"
30 32
31LDFLAGS_append_class-native = " -fuse-ld=lld" 33LDFLAGS_append_class-native = " -fuse-ld=lld"