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