We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d6ecc commit 82c9792Copy full SHA for 82c9792
libclc/cmake/modules/AddLibclc.cmake
@@ -350,6 +350,7 @@ function(add_libclc_builtin_set)
350
351
set( builtins_comp_lib_tgt builtins.comp.${ARG_ARCH_SUFFIX} )
352
if ( CMAKE_GENERATOR MATCHES "Visual Studio" )
353
+ # Don't put commands in one custom target to avoid serialized compilation.
354
create_compile_targets( compile_tgts
355
ARCH_SUFFIX ${ARG_ARCH_SUFFIX}
356
FILES ${bytecode_files}
0 commit comments