Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp339 llvm::SmallString<128> ClPath; in ConstructJob() local
340 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()