Searched refs:ClPath (Results 1 – 1 of 1) sorted by relevance
339 llvm::SmallString<128> ClPath; in ConstructJob() local340 ClPath = TC.GetProgramPath("cl.exe"); in ConstructJob()341 if (canExecute(TC.getVFS(), ClPath)) { in ConstructJob()342 linkPath = llvm::sys::path::parent_path(ClPath); in ConstructJob()