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 69ee6a0 commit b475893Copy full SHA for b475893
libclc/cmake/modules/AddLibclc.cmake
@@ -393,7 +393,7 @@ function(add_libclc_builtin_set)
393
endif()
394
395
# Add a 'prepare' target
396
- add_custom_target( prepare-${obj_suffix} ALL DEPENDS ${libclc_builtins_lib} )
+ add_custom_target( prepare-${obj_suffix} ALL DEPENDS ${obj_suffix} )
397
set_target_properties( "prepare-${obj_suffix}" PROPERTIES FOLDER "libclc/Device IR/Prepare" )
398
399
# Also add a 'prepare' target for the triple. Since a triple may have
0 commit comments