Skip to content

Commit b61d1c2

Browse files
authored
[NFC][libclc][CMake] Remove redundant dependency on prepare-${obj_suffix} (#20298)
Top-level target already depends on prepare-${obj_suffix} after upstream commit 76bebb5.
1 parent 85da69f commit b61d1c2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libclc/cmake/modules/AddLibclc.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -502,10 +502,6 @@ function(add_libclc_builtin_set)
502502
FOLDER "libclc/Device IR/Prepare"
503503
)
504504

505-
# Add dependency to top-level pseudo target to ease making other
506-
# targets dependent on libclc.
507-
add_dependencies(${ARG_PARENT_TARGET} prepare-${obj_suffix})
508-
509505
# Also add a 'prepare' target for the triple. Since a triple may have
510506
# multiple devices, ensure we only try to create the triple target once. The
511507
# triple's target will build all of the bytecode for its constituent devices.

0 commit comments

Comments
 (0)