Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions libclc/cmake/modules/AddLibclc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -502,10 +502,6 @@ function(add_libclc_builtin_set)
FOLDER "libclc/Device IR/Prepare"
)

# Add dependency to top-level pseudo target to ease making other
# targets dependent on libclc.
add_dependencies(${ARG_PARENT_TARGET} prepare-${obj_suffix})

# Also add a 'prepare' target for the triple. Since a triple may have
# multiple devices, ensure we only try to create the triple target once. The
# triple's target will build all of the bytecode for its constituent devices.
Expand Down
Loading