Skip to content

Commit e02feed

Browse files
committed
update comment
1 parent d3543f3 commit e02feed

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
@@ -340,14 +340,14 @@ function(add_libclc_builtin_set)
340340
return()
341341
endif()
342342

343+
# Add opt target. It is empty if ARG_OPT_FLAGS is empty.
343344
set( builtins_opt_lib_tgt builtins.opt.${ARG_ARCH_SUFFIX} )
344345
add_custom_target( ${builtins_opt_lib_tgt} ALL )
345346
set_target_properties( ${builtins_opt_lib_tgt} PROPERTIES
346347
FOLDER "libclc/Device IR/Opt"
347348
)
348349
add_dependencies( ${builtins_opt_lib_tgt} ${builtins_link_lib_tgt} )
349350

350-
# Add opt target
351351
if( ${ARG_OPT_FLAGS} STREQUAL "" )
352352
# no-op
353353
set( builtins_opt_lib ${builtins_link_lib} )

0 commit comments

Comments
 (0)