@@ -172,7 +172,7 @@ if( LIBCLC_STANDALONE_BUILD )
172
172
else ()
173
173
add_llvm_utility ( prepare_builtins utils/prepare-builtins.cpp )
174
174
endif ()
175
- set_target_properties ( prepare_builtins PROPERTIES FOLDER "libclc/Codegenning " )
175
+ set_target_properties ( prepare_builtins PROPERTIES FOLDER "libclc/Sourcegenning " )
176
176
target_compile_definitions ( prepare_builtins PRIVATE ${LLVM_VERSION_DEFINE} )
177
177
# These were not properly reported in early LLVM and we don't need them
178
178
target_compile_options ( prepare_builtins PRIVATE -fno-rtti -fno-exceptions )
@@ -230,14 +230,14 @@ add_custom_command(
230
230
COMMAND ${Python3_EXECUTABLE} ${script_loc} > convert.cl
231
231
DEPENDS ${script_loc} )
232
232
add_custom_target ( "generate_convert.cl" DEPENDS convert.cl )
233
- set_target_properties ( "generate_convert.cl" PROPERTIES FOLDER "libclc/Codegenning " )
233
+ set_target_properties ( "generate_convert.cl" PROPERTIES FOLDER "libclc/Sourcegenning " )
234
234
235
235
add_custom_command (
236
236
OUTPUT clspv-convert.cl
237
237
COMMAND ${Python3_EXECUTABLE} ${script_loc} --clspv > clspv-convert.cl
238
238
DEPENDS ${script_loc} )
239
239
add_custom_target ( "clspv-generate_convert.cl" DEPENDS clspv-convert.cl )
240
- set_target_properties ( "clspv-generate_convert.cl" PROPERTIES FOLDER "libclc/Codegenning " )
240
+ set_target_properties ( "clspv-generate_convert.cl" PROPERTIES FOLDER "libclc/Sourcegenning " )
241
241
242
242
enable_testing ()
243
243
@@ -401,7 +401,7 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
401
401
DEPENDS ${builtins_link_lib}
402
402
)
403
403
add_custom_target ( "prepare-${spv_suffix} " ALL DEPENDS "${spv_suffix} " )
404
- set_target_properties ( "prepare-${spv_suffix} " PROPERTIES FOLDER "libclc/Codegenning " )
404
+ set_target_properties ( "prepare-${spv_suffix} " PROPERTIES FOLDER "libclc/Sourcegenning " )
405
405
install ( FILES ${CMAKE_CURRENT_BINARY_DIR} /${spv_suffix}
406
406
DESTINATION "${CMAKE_INSTALL_DATADIR} /clc" )
407
407
else ()
0 commit comments