Skip to content

Commit 8e35ff3

Browse files
author
Hugh Delaney
committed
cmake fix
1 parent 5c3116e commit 8e35ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libdevice/cmake/modules/SYCLLibdevice.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if ("NVPTX" IN_LIST LLVM_TARGETS_TO_BUILD)
3636
string(APPEND sycl_targets_opt ",nvptx64-nvidia-cuda")
3737
list(APPEND compile_opts
3838
"-fno-sycl-libspirv"
39-
"-fbundle-no-offload-arch")
39+
"-fno-bundle-offload-arch")
4040
endif()
4141

4242
if (WIN32)

0 commit comments

Comments
 (0)