Skip to content

Commit 82c9792

Browse files
committed
add comment before calling create_compile_targets
1 parent c8d6ecc commit 82c9792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libclc/cmake/modules/AddLibclc.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ function(add_libclc_builtin_set)
350350

351351
set( builtins_comp_lib_tgt builtins.comp.${ARG_ARCH_SUFFIX} )
352352
if ( CMAKE_GENERATOR MATCHES "Visual Studio" )
353+
# Don't put commands in one custom target to avoid serialized compilation.
353354
create_compile_targets( compile_tgts
354355
ARCH_SUFFIX ${ARG_ARCH_SUFFIX}
355356
FILES ${bytecode_files}

0 commit comments

Comments
 (0)