File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -241,14 +241,14 @@ function(process_bc out_file)
241241 ${ARG_IN_FILE}
242242 DEPENDS libclc::opt ${ARG_IN_FILE} ${ARG_DEPENDENCIES}
243243 )
244- add_custom_target ( ${ARG_LIB_TGT}
245- ALL DEPENDS ${ARG_LIB_TGT} .bc
246- )
247- set_target_properties ( ${ARG_LIB_TGT}
248- PROPERTIES TARGET_FILE ${ARG_LIB_TGT} .bc
249- )
244+ add_custom_target ( ${ARG_LIB_TGT}
245+ ALL DEPENDS ${ARG_LIB_TGT} .bc
246+ )
247+ set_target_properties ( ${ARG_LIB_TGT}
248+ PROPERTIES TARGET_FILE ${ARG_LIB_TGT} .bc
249+ )
250250
251- set ( builtins_opt_lib $<TARGET_PROPERTY:${ARG_LIB_TGT} ,TARGET_FILE> )
251+ set ( builtins_opt_lib $<TARGET_PROPERTY:${ARG_LIB_TGT} ,TARGET_FILE> )
252252
253253 # Add prepare target
254254 add_custom_command ( OUTPUT ${ARG_OUT_DIR} /${out_file}
You can’t perform that action at this time.
0 commit comments