Searched refs:linking_log (Results 1 – 1 of 1) sorted by relevance
2982 char *linking_log; in test_large_compile_and_link_status_options_log() local3157 linking_log = (char *)malloc(size_ret); in test_large_compile_and_link_status_options_log()3158 …mBuildInfo( my_newly_linked_program, deviceID, CL_PROGRAM_BUILD_LOG, size_ret, linking_log, NULL ); in test_large_compile_and_link_status_options_log()3163 log_info("BUILDING LOG: %s\n", linking_log); in test_large_compile_and_link_status_options_log()3164 free(linking_log); in test_large_compile_and_link_status_options_log()