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 093af77 commit d6b6854Copy full SHA for d6b6854
libclc/cmake/modules/AddLibclc.cmake
@@ -392,7 +392,7 @@ function(add_libclc_builtin_set)
392
list( PREPEND bytecode_files ${bytecode_ir_files} )
393
394
if( NOT bytecode_files )
395
- message(FATAL_ERROR "Cannot create an empty builtins library")
+ message(FATAL_ERROR "Cannot create an empty builtins library for ${ARG_ARCH_SUFFIX}")
396
endif()
397
398
set( builtins_link_lib_tgt builtins.link.${ARG_ARCH_SUFFIX} )
0 commit comments