Home
last modified time | relevance | path

Searched refs:program_log (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/lib/External/ppcg/
Docl_utilities.c117 char *program_log; in opencl_build_program_from_string() local
131 program_log = (char *) malloc(log_size + 1); in opencl_build_program_from_string()
132 program_log[log_size] = '\0'; in opencl_build_program_from_string()
134 log_size + 1, program_log, NULL); in opencl_build_program_from_string()
135 fprintf(stderr, "%s\n", program_log); in opencl_build_program_from_string()
136 free(program_log); in opencl_build_program_from_string()