File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
326
326
# Generated files are given just as file names, which we must make
327
327
# absolute to the binary directory.
328
328
set ( input_file ${CMAKE_CURRENT_BINARY_DIR} /${file} )
329
- set ( output_file "${LIBCLC_ARCH_OBJFILE_DIR} /${file} .o " )
329
+ set ( output_file "${LIBCLC_ARCH_OBJFILE_DIR} /${file} .bc " )
330
330
else ()
331
331
# Other files are originally relative to each SOURCE file, which are
332
332
# then make relative to the libclc root directory. We must normalize
@@ -336,7 +336,7 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
336
336
get_filename_component ( abs_path ${file} ABSOLUTE BASE_DIR ${PROJECT_SOURCE_DIR} )
337
337
file ( RELATIVE_PATH root_rel_path ${PROJECT_SOURCE_DIR} ${abs_path} )
338
338
set ( input_file ${PROJECT_SOURCE_DIR} /${file} )
339
- set ( output_file "${LIBCLC_ARCH_OBJFILE_DIR} /${root_rel_path} .o " )
339
+ set ( output_file "${LIBCLC_ARCH_OBJFILE_DIR} /${root_rel_path} .bc " )
340
340
endif ()
341
341
342
342
get_filename_component ( file_dir ${file} DIRECTORY )
You can’t perform that action at this time.
0 commit comments