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 85da69f commit b61d1c2Copy full SHA for b61d1c2
libclc/cmake/modules/AddLibclc.cmake
@@ -502,10 +502,6 @@ function(add_libclc_builtin_set)
502
FOLDER "libclc/Device IR/Prepare"
503
)
504
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
-
509
# Also add a 'prepare' target for the triple. Since a triple may have
510
# multiple devices, ensure we only try to create the triple target once. The
511
# triple's target will build all of the bytecode for its constituent devices.
0 commit comments