Skip to content

Commit b475893

Browse files
mgornytru
authored andcommitted
Revert "[libclc] Fix target dependency"
This reverts commit 222e795.
1 parent 69ee6a0 commit b475893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libclc/cmake/modules/AddLibclc.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ function(add_libclc_builtin_set)
393393
endif()
394394

395395
# Add a 'prepare' target
396-
add_custom_target( prepare-${obj_suffix} ALL DEPENDS ${libclc_builtins_lib} )
396+
add_custom_target( prepare-${obj_suffix} ALL DEPENDS ${obj_suffix} )
397397
set_target_properties( "prepare-${obj_suffix}" PROPERTIES FOLDER "libclc/Device IR/Prepare" )
398398

399399
# Also add a 'prepare' target for the triple. Since a triple may have

0 commit comments

Comments
 (0)