Searched refs:version_substring (Results 1 – 1 of 1) sorted by relevance
306 const char *version_substring = strstr(output.c_str(), "LLVM version "); in CeedCompileCore_Cuda() local308 version_substring += 13; in CeedCompileCore_Cuda()310 char *next_dot = strchr((char *)version_substring, '.'); in CeedCompileCore_Cuda()314 ceed_data->llvm_version = llvm_version = std::stoi(version_substring); in CeedCompileCore_Cuda()