Skip to content

Commit 3afc363

Browse files
author
Andrew Savonichev
committed
Remove extra dependency on clang-offload-bundler
Signed-off-by: Andrew Savonichev <andrew.savonichev@intel.com>
1 parent 4be73ad commit 3afc363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libdevice/cmake/modules/SYCLLibdevice.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ add_custom_command(OUTPUT ${binary_dir}/libsycl-fallback-complex.spv
111111
${CMAKE_CURRENT_SOURCE_DIR}/fallback-complex.cpp
112112
-o ${binary_dir}/libsycl-fallback-complex.spv
113113
MAIN_DEPENDENCY fallback-complex.cpp
114-
DEPENDS device_math.h device_complex.h device.h clang llvm-spirv clang-offload-bundler
114+
DEPENDS device_math.h device_complex.h device.h clang llvm-spirv
115115
VERBATIM)
116116

117117
add_custom_command(OUTPUT ${binary_dir}/libsycl-fallback-complex.o

0 commit comments

Comments
 (0)