diff options
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-opencl')
-rw-r--r-- | dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.5176.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.5176.bb b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.5176.bb index d55e2c61..b4067ed0 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.5176.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.5176.bb | |||
@@ -32,7 +32,7 @@ DEPENDS_append_class-target = " clang-cross-x86_64" | |||
32 | RDEPENDS_${PN} += "opencl-clang" | 32 | RDEPENDS_${PN} += "opencl-clang" |
33 | 33 | ||
34 | LLVM_COMPAT_VERSION = "${@bb.utils.contains('LLVMVERSION', '10.0.1', '10.0.0', '11.0.0', d)}" | 34 | LLVM_COMPAT_VERSION = "${@bb.utils.contains('LLVMVERSION', '10.0.1', '10.0.0', '11.0.0', d)}" |
35 | EXTRA_OECMAKE = "-DIGC_PREFERRED_LLVM_VERSION=${LLVM_COMPAT_VERSION} -DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3 -DINSTALL_SPIRVDLL=0" | 35 | EXTRA_OECMAKE = "-DIGC_PREFERRED_LLVM_VERSION=${LLVM_COMPAT_VERSION} -DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3 -DINSTALL_SPIRVDLL=0 -DIGC_BUILD__VC_ENABLED=OFF" |
36 | 36 | ||
37 | # VectorCompiler doesn't build with LLVM11 as of this release. | 37 | # VectorCompiler doesn't build with LLVM11 as of this release. |
38 | # Re-enable after those issues have been fixed. | 38 | # Re-enable after those issues have been fixed. |